Has anyone had django working from django.zip as described at
http://code.google.com/p/googleappengine/issues/detail?id=161#c27 ?
I have py_zipimport.py in my root directory, and lines
import py_zipimport
sys.path.insert(0,'django.zip')
inside main.py before InstallAppengineHelperForDjango() (from
appengine_django).
I have also django.zip in root directory containing django directory.
But it is not imported, and code falls back into 0.96 from GAE.
Has anyone get something imported from zipped modules at GAE live server?
>From what I saw in 1.1.3 release notes it should import zipped modules even
without py_zipimport.

2008/9/25 Vitaliy <[EMAIL PROTECTED]>

>
> Great news!
> Thanks, man
>
> Alexander Pugachev wrote:
> > Take a look here: http://docs.python.org/lib/node853.html
> >
> > 2008/9/25 Vitaliy <[EMAIL PROTECTED]>
> >
> > >
> > > Hi
> > >
> > > On djangocon conference Guido says that you can zip django (trunk or
> > > 1.0), so uploading to GAE will be faster..
> > > so what should I do.. just put django.zip inside or what ?
> > > >
> > >
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to