szabgab / code-maven.com

The content of the Code-Maven site
https://code-maven.com/
30 stars 54 forks source link

Python plugin No such file or directory #176

Closed rikhtehgaran closed 1 year ago

rikhtehgaran commented 1 year ago

https://code-maven.com/deploying-pyton-with-uwsgi-on-ubuntu-13-10 It doesn't work:

# uwsgi --http-socket :9090 --plugin python --wsgi-file wsgi.py 
open("/usr/lib/uwsgi/plugins/python_plugin.so"): No such file or directory [core/utils.c line 3732]
!!! UNABLE to load uWSGI plugin: /usr/lib/uwsgi/plugins/python_plugin.so: cannot open shared object file: No such file or directory !!!
uwsgi: unrecognized option '--wsgi-file'
getopt_long() error
szabgab commented 1 year ago

Well, this article is about ubuntu 13.10 that is almost 10 years old. Things might have changed. Which version of Ubuntu do You use? Have you successfully installed uwsgi-plugin-python ?