<!DOCTYPE html><html><body><div dir="auto">Hi,<br><br>Le 28 juillet 2025 15:40:02 GMT+08:00, VisionOK <visionok@disroot.org> a écrit :<br>>When I launch uwsgi using:<br>><br>>uwsgi --plugin python,http --http-socket :9090 --queue-blocksize 65000 --wsgi-file /tmp/<br>>foobar.py<br>><br>>it will fail to launch with the following error:<br><br>Then please use<br><br>uwsgi --plugin python3,http --http-socket :9090 --queue-blocksize 65000 --wsgi-file /tmp/foobar.py<br><br>And all will be fine.<br><br>Alex</div></body></html>