[google-appengine] Re: Django/Jython doesn't work on Google App Engine

2009-10-28 Thread Olli Wang
Is it possible to turn off multithread in Django's configuration? In Jython, I use modjy to run Django and tries to disable multithread by setting modjy's multithread parameter to 0 but it doesn't work. :( On Oct 28, 3:00 pm, OvermindDL1 wrote: > On Tue, Oct 27, 2009 at 6:50 PM, Olli Wang wrote

[google-appengine] Re: Django/Jython doesn't work on Google App Engine

2009-10-28 Thread OvermindDL1
On Tue, Oct 27, 2009 at 6:50 PM, Olli Wang wrote: > > Hi, I successfully created a WAR file which was able to run on Apache > Tomcat with no problem. But when I uploaded it to the Google App > Engine, it shows me a error message like this: > Could not initialize class org.python.modules.thread.th