Hi, >when loading python module in uwsgi, uwsgi expects to find it in: > >/usr/lib/uwsgi/plugins/python_plugin.so > >But uwsgi-plugin-python3 only provides: > >/usr/lib/uwsgi/plugins/python3_plugin.so
It is not clear to me why you say uwsgi _expects_ the python module as python_plugin.so On Debian, the python module has always designated the python2 module, and has been removed when python2 support was dropped. As far as I know, uwsgi expecting a module named python comes from either your conf or your command line arguments. How do you launch uwsgi? Thanks, Alex

