Does it work if you simply do: import lpod.document ?
On Tuesday, 13 November 2012 04:37:43 UTC-6, omicron wrote: > > With web2py 1.99.7 this import was Ok : > import lpod.document as oodoc > > But with version 2.2.1, I have this error : > File "/home/myhome/Applications/web2py/gluon/custom_import.py", line 77, > in custom_importer > raise ImportError, 'Cannot import module %s' % str(e) > ImportError: Cannot import module 'lpod' > > But if I replace with this: > import lpod > It's ok !!! > > And, of course, in a python shell it's ok. > > Thanks > > --

