uWSGI Fails with No module named encoding Error

后端 未结 9 1759
花落未央
花落未央 2021-01-17 07:58

I am trying to setup uWSGI with Pyramid, but I am getting this error, when attempting uwsgi --ini-paste development.ini

Python version: 3.2.3

9条回答
  •  北恋
    北恋 (楼主)
    2021-01-17 08:32

    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?

提交回复
热议问题