Hey Peter, I am running OSX 10.6.2 + Python 2.6 too. No issues here. Like Wesley I am curious about 3.1 being in your path. My path looks like:
~$ echo $PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin Have you tried to run: ~$ python --version Python 2.6.1 Maybe you could try editing appcfg.py and changing the first from: #!/usr/bin/env python to: #!/usr/bin/env python2.6 Robert On Mon, Dec 28, 2009 at 6:17 PM, Wesley Chun <[email protected]> wrote: > hmmm, i'm kind of at a loss on this one. i am a little bit suspicious > at the Python 3.1 though, esp. since it shows up at the beginning of > your path. what happens when you type "env python" into your shell? > also, what shows up when you do "which python"? > > does anyone else out there in the cloud use 2.6 on the mac that may be > able to help? > > > On Mon, Dec 28, 2009 at 1:14 PM, Peter Behr <[email protected]> wrote: >> And my default version of python is still 2.6, despite the 3.1 in the >> path, but perhaps that might be a problem. However, I've run GAE >> successfully before with 3.1 installed. > > > -- > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > "Core Python Programming", Prentice Hall, (c)2007,2001 > "Python Fundamentals", Prentice Hall, (c)2009 > http://corepython.com > > wesley.j.chun :: [email protected] > developer relations :: google app engine > > -- > > 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. > > > -- 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.
