[web2py] Cannot import module 'applications.welcome.modules.pytz

2017-11-30 Thread icodk
What I did: added import pytz in db.py in the welcome application The error: (ImportError("Cannot import module 'applications.welcome.modules.pytz'",), ) Environment: 2.16.1-stable+timestamp.2017.11.14.05.54.25 (Running on nginx/1.12.1, Python 2.7.14) fresh web2py installation on Ubuntu

[web2py] Cannot import module 'applications.welcome.modules.pytz'

2016-10-18 Thread icodk
Get the following error when running web2py with nginx S" 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