I think there is no such limit in GAE. http://code.google.com/intl/zh-CN/appengine/articles/django10_zipimport.html
import sys sys.path.insert(0, 'django.zip') import django.forms.fields 2009/4/19 Lee Olayvar <[email protected]> > I am trying to import a module, found in a subdirectory of my app. This app > directory is added to the sys.path list, but it fails if i try to import > it.. does AppEngine prevent this? > > Note that you may wonder who i don't just import the module via its full > python path (import somepackage.package.module). The reason is the module is > a 3rd party library that if nested like that, refuses to work. It needs to > think its a root library, so adding it to the sys.path _should_ work, but > AppEngine seems to be preventing that.. > > Any ideas? > -- > Lee Olayvar > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
