dharamgollapudi / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
0 stars 0 forks source link

"no module named django" error when starting jaikuengine #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by dcoker on 12 Mar 2009 at 10:12