<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span style="font-size:0.83em;">Package: uwsgi-plugin-python3</span></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Version: 2.0.21-5.1</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">when loading python module in uwsgi, uwsgi expects to find it in:</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">/usr/lib/uwsgi/plugins/python_plugin.so</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">But uwsgi-plugin-python3 only provides:</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">/usr/lib/uwsgi/plugins/python3_plugin.so</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">which is a symlink to</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">/etc/alternatives/uwsgi-plugin-python3</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">To make loading python module work I had to manually create another symlink with the name that uwsgi expects:</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">python_plugin.so -> /etc/alternatives/uwsgi-plugin-python3</p>
<br /><br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Fix either uwsgi-plugin-python3 or uwsgi so they both provide and refer to the same file.</p>
<br /><br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">thanks</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">-- </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">VisionOK</p>
</body>
</html>