I'm getting a very frustrating problem lately with appcfg.py on OS X
10.6.2 with the default install of Python 2.6. The module 'groc' (to
which I find only the most cursory of references in resources online)
seems to be gone. I've checked to see if this is a problem with
PYTHONPATH not having /usr/local/google_appengine/lib on it, since
that was the fix for a similar problem with antlr3, but that's not
helping. In fact I can't find the module at all on my machine. Here's
the trace:
/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
I've wiped and reinstalled the SDK a couple times now, to no avail.
Any help?
Thanks a bunch!
--
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.