Package: uwsgi-plugin-python3
Version: 2.0.21-5.1

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

which is a symlink to

/etc/alternatives/uwsgi-plugin-python3

To make loading python module work I had to manually create another symlink 
with the 
name that uwsgi expects:

python_plugin.so -> /etc/alternatives/uwsgi-plugin-python3


Fix either uwsgi-plugin-python3 or uwsgi so they both provide and refer to the 
same file.


thanks
-- 
VisionOK

Reply via email to