Hi ZelluX, Since App Engine doesn't have access to modules installed in your site_packages, the dev_appserver emulates this by making them inaccessible. You need to copy any modules you want to be accessible into your app's directory.
-Nick Johnson On Tue, Jul 7, 2009 at 3:40 PM, ZelluX<[email protected]> wrote: > > I have gdata library install on my ArchLinux, and a simple application > which imports atom library at the beginning, when I run gapp engine > and access that web app, > > $ python2.5 ./dev_appserver.py ~/myapp > > It throws exception 'No module named atom'. But when I run 'import > atom' in Python2.5 interactive mode, it works well. How can I import > atom module in my GAppEngine applications? > > > -- Nick Johnson, App Engine Developer Programs Engineer Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
