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?