On Mon, Nov 10, 2008 at 5:17 PM, Marzia Niccolai wrote: > I actually think this may be related to the following issue: > http://code.google.com/p/googleappengine/issues/detail?id=772 > > Which is related to resetting of the sys.path variable (see Guido's > explanation in the issue).
oooh, that's it! :-) > Mostly, I don't think there is any reason to modify the sys.path in your > case. You should just eliminate the 'external' directory and include the > modules directly under the application's root folder, and import the modules > as normal in Python. guido's workaround must fix it, i hope. i prefer to not have tons of files and dirs in the root folder, or at least to well separate "my-stuff" from libraries. thank you very much! :-) -- rodrigo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
