Looks like you are running Python26. I did initially too, but ran into troubles. Things have been smooth since I installed 2.5 instead (which is what they recommend).
On Jan 13, 8:46 pm, adamjamesdrew same <[email protected]> wrote: > 2010-01-13 20:44:04 Running command: "[u'C:\\Python26\\python.exe', > u'C:\\Program Files\\Google\\google_appengine\\dev_appserver.py', '-- > admin_console_server=', '--port=8081', u'C:\\Documents and Settings\ > \adam\\My Documents\\flockr\\appengine\\testapp\\engineapp']" > C:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py:41: DeprecationWarning: the sha module is deprecated; use > the hashlib module instead > import sha > INFO 2010-01-14 01:44:05,280 py_zipimport.py:108] zipimporter('C:\ > \Python26\\lib\\site-packages\\simplejson-2.0.9-py2.6-win32.egg', > 'simplejson\\') > Traceback (most recent call last): > File "C:\Program Files\Google\google_appengine\dev_appserver.py", > line 67, in <module> > run_file(__file__, globals()) > File "C:\Program Files\Google\google_appengine\dev_appserver.py", > line 63, in run_file > execfile(script_path, globals_) > File "C:\Program Files\Google\google_appengine\google\appengine\tools > \dev_appserver_main.py", line 82, in <module> > from google.appengine.tools import appcfg > File "C:\Program Files\Google\google_appengine\google\appengine\tools > \appcfg.py", line 59, in <module> > from google.appengine.tools import bulkloader > File "C:\Program Files\Google\google_appengine\google\appengine\tools > \bulkloader.py", line 112, in <module> > from google.appengine.ext import key_range as key_range_module > File "C:\Program Files\Google\google_appengine\google\appengine\ext > \key_range\__init__.py", line 24, in <module> > import simplejson > File "C:\Python26\lib\site-packages\simplejson-2.0.9-py2.6-win32.egg > \simplejson\__init__.py", line 108, in <module> > File "C:\Program Files\Google\google_appengine\google\appengine\dist > \py_zipimport.py", line 213, in load_module > exec code in mod.__dict__ > File "C:\Python26\lib\site-packages\simplejson-2.0.9-py2.6-win32.egg > \simplejson\decoder.py", line 7, in <module> > File "C:\Program Files\Google\google_appengine\google\appengine\dist > \py_zipimport.py", line 213, in load_module > exec code in mod.__dict__ > File "C:\Python26\lib\site-packages\simplejson-2.0.9-py2.6-win32.egg > \simplejson\scanner.py", line 5, in <module> > File "C:\Program Files\Google\google_appengine\google\appengine\dist > \py_zipimport.py", line 213, in load_module > exec code in mod.__dict__ > File "C:\Python26\lib\site-packages\simplejson-2.0.9-py2.6-win32.egg > \simplejson\_speedups.py", line 7, in <module> > File "C:\Python26\lib\site-packages\simplejson-2.0.9-py2.6-win32.egg > \simplejson\_speedups.py", line 4, in __bootstrap__ > File "C:\Python26\lib\site-packages\pkg_resources.py", line 882, in > resource_filename > self, resource_name > File "C:\Python26\lib\site-packages\pkg_resources.py", line 1352, in > get_resource_filename > return self._extract_resource(manager, zip_path) > File "C:\Python26\lib\site-packages\pkg_resources.py", line 1363, in > _extract_resource > zip_stat = self.zipinfo[zip_path] > File "C:\Program Files\Google\google_appengine\google\appengine\dist > \py_zipimport.py", line 268, in __getitem__ > info = _zipfile_cache[self._archive].getinfo(filename) > File "C:\Python26\lib\zipfile.py", line 821, in getinfo > 'There is no item named %r in the archive' % name) > KeyError: "There is no item named 'simplejson\\\\_speedups.pyd' in the > archive" > 2010-01-13 20:44:05 (Process exited with code 1)
-- 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.
