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 17
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 we
2 matches
Mail list logo