> But, I'm sure that the python plugin was correct. > I was deleting the whole /usr/local/lib/uwsgi/ directory
With the help of the irc channel we found the problem. I was building a modular uwsgi with python uwsgiconfig.py --build package and python uwsgiconfig.py --plugin plugins/python core python but I've also edited the package profile to add: zeromq = false ldap = false xml = false I had to add the same variables to core.ini too, otherwise the discrepancy would crash the plugins. Good to know. -- damjan _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
