Re: [google-appengine] Re: groc module

2010-03-11 Thread Wesley C (Google)
peter et. al, i can't believe i didn't notice this the first time when you asked about your problem several months ago. if you take a careful look at the files, you'll see that your permissions are not set correctly: : -r-xr-x---   1 admin  admin    646 Dec 14 15:22 __init__.py

[google-appengine] Re: groc module

2009-12-28 Thread Peter Behr
Hi Wesley, thanks for the reply. can you doublecheck that directory to ensure that it's still there? unfortunately, i only have 2.5 on my machine so i can't confirm whether it works (or doesn't) in 2.6. Yup, it's all there: /usr/local/google_appengine/google/appengine/cron $ ls total 280

Re: [google-appengine] Re: groc module

2009-12-28 Thread Wesley Chun
ok, well that's good to know that it's still there. i'm kinda of stumped too. can you try one thing for me? 1) undo the manual setting of PYTHONPATH and echo $PYTHONPATH 2) echo $PATH so we can see what you're accessing 3) run appcfg.py by itself with no args post your results here. just a minor

[google-appengine] Re: groc module

2009-12-28 Thread Peter Behr
Well, here's the result. ~ $ echo $PYTHONPATH ~ $ echo $PATH /Library/Frameworks/Python.framework/Versions/3.1/bin:/usr/bin:/bin:/ usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/texbin:/usr/X11/ bin ~ $ appcfg.py /usr/local/bin/appcfg.py:41: DeprecationWarning: the sha module is

[google-appengine] Re: groc module

2009-12-28 Thread Peter Behr
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. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this

Re: [google-appengine] Re: groc module

2009-12-28 Thread Wesley Chun
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

Re: [google-appengine] Re: groc module

2009-12-28 Thread Robert Kluin
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

[google-appengine] Re: groc module

2009-12-28 Thread Peter Behr
Well, it looks like the darndest thing. First off, here's the path from within Python (and it has remained unchanged through all of the events below). Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51) [GCC 4.2.1 (Apple Inc. build 5646)] on darwin Type help, copyright, credits or license for more

Re: [google-appengine] Re: groc module

2009-12-28 Thread Wesley Chun
peter, i have no doubts that your Python 2.6 is working via the cmd-line. i'm just not convinced that your App Engine code is executing that same version. robert will know this as well, but it is a well-known problem users installing/upgrading Python on a Mac. it's even hard to Google for, but