are you using local_import() ? http://www.web2py.com/book/default/chapter/04#Third-Party-Modules
<http://www.web2py.com/book/default/chapter/04#Third-Party-Modules> 2011/1/1 Plumo <[email protected]> > My app uses Google's gdata client library: > http://code.google.com/p/gdata-python-client/ > > modules/ > gdata/ > atom/ > test.py > > test.py imports gdata, which in turn imports atom. Running test.py directly > works fine. > But within a web2py app I get *ImportError: No module named atom* > * > * > How can I import this module? > > > -- Bruno Rocha http://about.me/rochacbruno/bio

