Skip to content

Instantly share code, notes, and snippets.

@pr4v33n
Created July 20, 2011 19:51
Show Gist options
  • Save pr4v33n/1095763 to your computer and use it in GitHub Desktop.
Save pr4v33n/1095763 to your computer and use it in GitHub Desktop.
Apptrace import error
>>> import apptrace.middleware
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/apptrace-0.2.2-py2.5.egg/apptrace/middleware.py", line 18, in <module>
from instruments import Recorder
File "/usr/lib/python2.5/site-packages/apptrace-0.2.2-py2.5.egg/apptrace/instruments.py", line 23, in <module>
from django.utils import simplejson
ImportError: No module named django.utils
It worked after i changed that import statement to simplejson
google-appengine Version : 1.5.0-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment