My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 42 attachment: runtime-error.log (2.8 KB)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
C:\jaikuengine\.google_appengine\google\appengine\tools\appcfg.py:40: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
WARNING:root:Could not read datastore data from c:\docume~1\hsawhney\locals~1\temp\django_jaiku.datastore
WARNING:root:Could not read datastore data from c:\docume~1\hsawhney\locals~1\temp\django_jaiku.datastore.history
INFO:root:Trying to load components in ['.svn', 'dummy_analytics', 'dummy_legal', 'dummy_sms_service', 'dummy_xmpp_service', 'models.py', 'models.pyc', 'tests.py', '__init__.py', '__init__.pyc']...
WARNING:root:Could not read datastore data from c:\docume~1\hsawhney\locals~1\temp\django_jaiku.testdatastore
WARNING:root:Could not read datastore data from c:\docume~1\hsawhney\locals~1\temp\django_jaiku.testdatastore.history
INFO:root:Server: appengine.google.com
INFO:root:Checking for updates to the SDK.
INFO:root:The SDK is up to date.
WARNING:root:Could not read datastore data from c:\docume~1\hsawhney\locals~1\temp\django_jaiku.testdatastore
WARNING:root:Could not read datastore data from c:\docume~1\hsawhney\locals~1\temp\django_jaiku.testdatastore.history
INFO:root:Running application jaiku on port 8080: http://localhost:8080
WARNING:root:Blocking access to skipped file "c:\jaikuengine\.google_appengine\google\appengine\ext\foo"
ERROR:root:Exception encountered handling request
Traceback (most recent call last):
File "C:\jaikuengine\.google_appengine\google\appengine\tools\dev_appserver.py", line 2711, in _HandleRequest
base_env_dict=env_dict)
File "C:\jaikuengine\.google_appengine\google\appengine\tools\dev_appserver.py", line 380, in Dispatch
base_env_dict=base_env_dict)
File "C:\jaikuengine\.google_appengine\google\appengine\tools\dev_appserver.py", line 1998, in Dispatch
self._module_dict)
File "C:\jaikuengine\.google_appengine\google\appengine\tools\dev_appserver.py", line 1916, in ExecuteCGI
reset_modules = exec_script(handler_path, cgi_path, hook)
File "C:\jaikuengine\.google_appengine\google\appengine\tools\dev_appserver.py", line 1812, in ExecuteOrImportScript
exec module_code in script_module.__dict__
File "C:\jaikuengine\main.py", line 33, in <module>
InstallAppengineHelperForDjango()
File "C:\jaikuengine\appengine_django\__init__.py", line 468, in InstallAppengineHelperForDjango
InstallModelForm()
File "C:\jaikuengine\appengine_django\__init__.py", line 517, in InstallModelForm
from google.appengine.ext.db import djangoforms as aeforms
ImportError: No module named ext.db
INFO:root:"GET / HTTP/1.1" 500 -
C:\python26\lib\cgitb.py:173: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
value = pydoc.html.repr(getattr(evalue, name))
INFO:root:Server interrupted by user, terminating
Powered by Google Project Hosting