Robert Hancock
unread,Mar 17, 2010, 12:59:40 AM3/17/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
python manage.py
/usr/local/google_appengine/google/appengine/api/
datastore_file_stub.py:40: DeprecationWarning: the md5 module is
deprecated; use hashlib instead
import md5
/usr/local/google_appengine/google/appengine/api/memcache/__init__.py:
31: DeprecationWarning: the sha module is deprecated; use the hashlib
module instead
import sha
Traceback (most recent call last):
File "manage.py", line 21, in <module>
InstallAppengineHelperForDjango()
File "/local/src/djangocode/myproject/appengine_django/__init__.py",
line 544, in InstallAppengineHelperForDjango
InstallDjangoModuleReplacements()
File "/local/src/djangocode/myproject/appengine_django/__init__.py",
line 261, in InstallDjangoModuleReplacements
import django.db
File "/usr/local/lib/python2.6/dist-packages/django/db/__init__.py",
line 57, in <module>
'TIME_ZONE': settings.TIME_ZONE,
File "/local/src/djangocode/myproject/appengine_django/db/base.py",
line 117, in __init__
self._setup_stubs()
File "/local/src/djangocode/myproject/appengine_django/db/base.py",
line 128, in _setup_stubs
from google.appengine.tools import dev_appserver_main
File "/usr/local/google_appengine/google/appengine/tools/
dev_appserver_main.py", line 82, in <module>
from google.appengine.tools import appcfg
File "/usr/local/google_appengine/google/appengine/tools/appcfg.py",
line 53, in <module>
from google.appengine.api import dosinfo
File "/usr/local/google_appengine/google/appengine/api/dosinfo.py",
line 25, in <module>
import ipaddr
ImportError: No module named ipaddr