> Whenever I try to install uwsgi into a venv running python3.3 rc I get the > following error. > > error: plugins/ping/python_plugin.c: No such file or directory > > Has anyone else encountered this? > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
Python 3.3 changed the import/reload subsystem. Try 1.3 or 1.2 from the stable repository: http://projects.unbit.it/hg/uwsgi-1.2 -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
