Any Luck Trying it Out?

9 views
Skip to first unread message

Igor Guerrero Fonseca

unread,
Mar 14, 2009, 12:05:43 AM3/14/09
to jaikuengine-discuss
Hi,

I'm getting a:

django undefined, VERSION undefined

<type 'exceptions.ImportError'>: No module named django
args = ('No module named django',)
message = 'No module named django'

error... don't really know why, I used appengine_django before and it
works for me in my other projects but not Jaiku, any help? or more
info I can send to get some ideas on how to fix it?

Andy Smith

unread,
Mar 14, 2009, 12:21:52 AM3/14/09
to jaikuengi...@googlegroups.com
Yeah, there are a few lines in the SDK that currently need to be commented out, unfortunately:

Index: google/appengine/tools/dev_appserver.py
===================================================================
--- google/appengine/tools/dev_appserver.py (revision 41)
+++ google/appengine/tools/dev_appserver.py (working copy)
@@ -877,10 +877,10 @@
                               normcase=normcase):
       relative_filename = logical_filename[len(FakeFile._root_path):]
 
-      if FakeFile._skip_files.match(relative_filename):
-        logging.warning('Blocking access to skipped file "%s"',
-                        logical_filename)
-        return False
+      #if FakeFile._skip_files.match(relative_filename):
+      #  logging.warning('Blocking access to skipped file "%s"',
+      #                  logical_filename)
+      #  return False
 
       if FakeFile._static_file_config_matcher.IsStaticFile(relative_filename):
         logging.warning('Blocking access to static file "%s"',

Igor Guerrero

unread,
Mar 14, 2009, 12:36:27 AM3/14/09
to jaikuengi...@googlegroups.com
On Sat, Mar 14, 2009 at 12:21 AM, Andy Smith <andy...@gmail.com> wrote:
Yeah, there are a few lines in the SDK that currently need to be commented out, unfortunately:

Index: google/appengine/tools/dev_appserver.py
===================================================================
--- google/appengine/tools/dev_appserver.py (revision 41)
+++ google/appengine/tools/dev_appserver.py (working copy)
@@ -877,10 +877,10 @@
                               normcase=normcase):
       relative_filename = logical_filename[len(FakeFile._root_path):]
 
-      if FakeFile._skip_files.match(relative_filename):
-        logging.warning('Blocking access to skipped file "%s"',
-                        logical_filename)
-        return False
+      #if FakeFile._skip_files.match(relative_filename):
+      #  logging.warning('Blocking access to skipped file "%s"',
+      #                  logical_filename)
+      #  return False
 
       if FakeFile._static_file_config_matcher.IsStaticFile(relative_filename):
         logging.warning('Blocking access to static file "%s"',

Awesome!, also I notice that python-profiler is needed, at least in Ubuntu I didn't have it by default had to install it.

Thanks!

--
Igor.

http://www.igorgue.info

Fitoria

unread,
Mar 14, 2009, 1:17:56 AM3/14/09
to jaikuengine-discuss
It worked after I applied the patch. Screenshot => http://imagebin.ca/view/bNZPh6b.html

On 13 mar, 22:36, Igor Guerrero <igf...@gmail.com> wrote:

Diógenes kelsen

unread,
Mar 14, 2009, 2:13:30 AM3/14/09
to jaikuengine-discuss
Reply all
Reply to author
Forward
0 new messages