Hi, Le 28 juillet 2025 15:40:02 GMT+08:00, VisionOK <[email protected]> a écrit : >When I launch uwsgi using: > >uwsgi --plugin python,http --http-socket :9090 --queue-blocksize 65000 >--wsgi-file /tmp/ >foobar.py > >it will fail to launch with the following error:
Then please use uwsgi --plugin python3,http --http-socket :9090 --queue-blocksize 65000 --wsgi-file /tmp/foobar.py And all will be fine. Alex

