Do you have anything in your app/modules/* that may conflict? Did you set track_changes(True) or not? If you do web2py.py -S yourapp can you import form the web2py shell?
On Friday, 2 November 2012 02:18:47 UTC-5, Neil wrote: > > A little more info: > > - On linux (works fine on Windows) > - matplotlib is an egg in the lib directory > - "import matplotlib" works, but "import matplotlib.pylab" doesn't > - Has worked fine in every version up to 2.1 > > Any ideas for a workaround or to debug further? > > On Thursday, November 1, 2012 9:52:57 PM UTC, Massimo Di Pierro wrote: >> >> Where is matplotlib installed? >> >> On Thursday, 1 November 2012 15:51:14 UTC-5, Neil wrote: >>> >>> I just upgraded from 2.1 to 2.2.1, and I can no longer import >>> matplotlib. I get the following error: >>> >>> ImportError: Cannot import module 'matplotlib' >>> >>> >>> Is this related to the custom import? Perhaps it is the same as issue 1125? >>> >>> --

