uWSGI Error
Python application not found
<uwsgi>
<socket>127.0.0.1:port</socket>
<workers>4</workers>
<no-orphans/>
<pythonpath>app/web2py</pythonpath>
<pidfile>/app/uwsgi/uwsgi.pid</pidfile>
<daemonize>/app/uwsgi/uwsgi.log</daemonize>
<app mountpoint="/">
<script>wsgihandler</script>
</app>
</uwsgi><uwsgi>
<socket>127.0.0.1:${nginx_uwsgi_port}</socket>
<workers>4</workers>
<no-orphans/>
<pythonpath>/home/${USER}/webapps/${webfaction_app_name}/web2py</pythonpath>
<pidfile>/home/${USER}/webapps/${webfaction_app_name}/uwsgi/uwsgi.pid</pidfile>
<daemonize>/home/${USER}/webapps/${webfaction_app_name}/uwsgi/uwsgi.log</daemonize>
<app mountpoint=\"/\">
<script>wsgihandler</script>
</app>
</uwsgi>