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
deprecated; use the hashlib module instead
os.path.join(DIR_PATH, 'lib', 'antlr3'),
Traceback (most recent call last):
File "/usr/local/bin/appcfg.py", line 67, in <module>
run_file(__file__, globals())
File "/usr/local/bin/appcfg.py", line 63, in run_file
execfile(script_path, globals_)
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/tools/appcfg.py", line 50, in <module>
from google.appengine.cron import groctimespecification
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/
GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/
google/appengine/cron/groctimespecification.py", line 43, in <module>
import groc
ImportError: No module named groc
--
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.