| Issue 1: | "no module named django" error when starting jaikuengine | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The current version of the AppEngine SDK has a bug that makes it handle
Jaiku's deployment incorrectly.
Workaround: Comment out the following code in
.google_appengine/google/appengine/tools/dev_appserver.py :
if FakeFile._skip_files.match(relative_filename):
logging.warning('Blocking access to skipped file "%s"',
logical_filename)
return False
|