I am trying to setup uWSGI with Pyramid, but I am getting this error, when attempting uwsgi --ini-paste development.ini
uwsgi --ini-paste development.ini
Python version: 3.2.3
Run uwsgi command (with your options) just like the following line:
//uwsgi --http :8008 --module project.wsgi --venv / --chdir /
You will find the issues.
Did you miss your module param?