I had the same issue.
Can you have a look at the installed packages:
python
>>> import pip
>>> pip.get_installed_distributions()
My requests module was installed at /home/myusername/.local -> but when I
run web2py with nginx+uwsgi it is running with user "www-data".
I solved the problem by unins
It seems that you are missing an (empty) file*: *
web2py/applications/appname/modules/*__init__.py*
https://docs.python.org/2/tutorial/modules.html#packages
Am Sonntag, 22. Mai 2016 14:28:38 UTC+2 schrieb BlueShadow:
>
> Hi,
> Something is very wrong with my web2py. I finally got the newest ve
2 matches
Mail list logo