[web2py] Re: uwsgi: strange messages

2015-02-13 Thread cem
I used the same script to setup nginx and uwsgi and it helped me a lot speeding up my learning process, as it is almost turnkey. I had the same warning message for uid though it has been clearly configured in web2py.ini. I just added --uid param to the exec command and did not further investiga

[web2py] Re: uwsgi: strange messages

2015-02-03 Thread Martin Weissenboeck
You are right, there is a lot of entries about "from operator..." and I have tried some proposlas, but without success. Therefore I postet my question here. Anyway, your hints was helpful - thank you: it seems that there are diffenent libraries "python2.7": I wanted to use Python 2.7.9, but uwsgi

[web2py] Re: uwsgi: strange messages

2015-02-03 Thread Niphlod
the " from operator import _compare_digest as compare_digest" is documented on the interwebs just google it... "standard issues" are playing with different versions of python in the same server. the "how do I run it not from root" well. Don't start uwsgi while logged in as root ! You sta