>>> from datetime import strftime Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name strftime
On Oct 26, 3:00 pm, Giacecco <[EMAIL PROTECTED]> wrote: > Very simple problem: > > from datetime import strftime > > gives me this error > > ImportError at / > cannot import name strftime > Request Method: GET > Request URL: http://localhost:8080/ > Exception Type: ImportError > Exception Value: cannot import name strftime > Exception Location: /Applications/GoogleAppEngineLauncher.app/ > Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/ > google_appengine/google/appengine/tools/dev_appserver.py in > LoadModuleRestricted, line 1281 > > How is it possible? > > Giacecco --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
