I'm running Snow Leopard and therefore by default Python 2.6.

I know that I need Python 2.5.

I'm running the first "Hello, World" example, and trying the following
at the Unix prompt in Terminal:

%python2.5 /usr/local/bin/dev_appserver.py helloworld/

and this is what I get:

Traceback (most recent call last):
 File "/usr/local/bin/dev_appserver.py", line 60, in <module>
   run_file(__file__, globals())
 File "/usr/local/bin/dev_appserver.py", line 57, in run_file
   execfile(script_path, globals_)
 File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/dev_appserver_main.py", line 65, in <module>
   from google.appengine.tools import os_compat
ImportError: cannot import name os_compat

What am I missing?

Thanks.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to