YES It is something I added. I first got the error in my application and it didn't work. To make sure it is nothing to do with my application I added it to the standard welcome application and got exactly the same error. So it is probably something to do with nginx configuration( which I know very little about) I run the scripts/setup-web2py-nginx-uwsgi-ubuntu.sh and hoped for the best:-) The welcome application runs fine with nginx if I remove the import. For some reason the module search ends in the application modules and not goes over to the python modules. Thanks for trying to help
On Tuesday, October 18, 2016 at 8:20:23 PM UTC+2, icodk wrote: > > Get the following error when running web2py with nginx > S"<type 'exceptions.ImportError'> Cannot import module > 'applications.welcome.modules.pytz'" > The error is related to the following line in db.py > import pytz > > Exactly the same installation works fine with Rocket. Also starting > interactive console works fine: > $ sudo python web2py.py -S welcome > web2py Web Framework > Created by Massimo Di Pierro, Copyright 2007-2016 > Version 2.14.6-stable+timestamp.2016.05.10.00.21.47 > Database drivers available: sqlite3, psycopg2, pg8000, pymysql, imaplib > WARNING:web2py:import IPython error; use default python shell > Python 2.7.12 (default, Jul 1 2016, 15:12:24) > [GCC 5.4.0 20160609] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > (InteractiveConsole) > >>> import pytz > >>> > > Running on ubuntu 16.04-amd64-server > Linux myserver 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC > 2016 x86_64 x86_64 x86_64 GNU/Linux > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

