I just got the 1.1.3 SDK today and now I'm getting the following
import error. I'm on Ubuntu 8.04 with Python 2.5.2.

$ python dev_appserver.py
Traceback (most recent call last):
  File "dev_appserver.py", line 55, in <module>
    execfile(script_path, globals())
  File "/usr/local/google_appengine/google/appengine/tools/
dev_appserver_main.py", line 73, in <module>
    from google.appengine.tools import appcfg
  File "/usr/local/google_appengine/google/appengine/tools/appcfg.py",
line 49, in <module>
    from google.appengine.api import appinfo
  File "/usr/local/google_appengine/google/appengine/api/appinfo.py",
line 30, in <module>
    from google.appengine.api import appinfo_errors
ImportError: cannot import name appinfo_errors

The same error occurs with or without specifying a project.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to