After a clean install of web2py using uwsgi as mentioned on this forum, I get a "admin disabled because unable to access password file" message.
It seems that the problem is that web2py access a file called parameters_nnn.py where nnn is a port number to get at the password following a first install. I have files called parameters_443 and parameters_10853 which is the port I am assigned by webfaction when I setup my app in the correct location and with the correct permissions. Alas, web2py doesn't seem to be able to find these files. Could anyone give me a pointer as to how I could identify the file (port number) that web2py is looking for? Thank you very much for any information that would allow me to progress. Webfaction support told me in no uncertain words that the issue is with web2py or its app and are of no further help.