Hi, I installed uwsgi using the below on ubuntu.
sudo UWSGI_PROFILE=gevent pip install --upgrade http://projects.unbit.it/downloads/uwsgi-lts.tar.gz I go to python and this is what I get. Am I missing something? import uwsgi from uwsgidecorators import * @timer(30, target='spooler') def hello_world(signum): print("30 seconds elapsed") Traceback (most recent call last) import uwsgi ImportError: No module named uwsgi Thanks _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
