You have to switch to 2.5. Easy to do.

Open a terminal and throw this command to the wind:

defaults write com.apple.versioner.python Version 2.5

Enjoy!

- ryan.

On Wed, Nov 4, 2009 at 8:37 AM, Glenn <glenn.down...@gmail.com> wrote:

>
> 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to