[web2py] Re: ImportError with packages in site-packages.

2018-04-19 Thread 'Hi Toni' via web2py-users
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

[web2py] Re: No module named appname.modules.funtions

2016-05-24 Thread 'Hi Toni' via web2py-users
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