2011/7/21 Szymon Kosok <[email protected]>: > 2011/7/20 Roberto De Ioris <[email protected]>: >> in wsgi file: >> >> from uwsgidecorators import * > > It looks great! In mean time I've developed TCP proxy on Node.js > between uWSGI workers and Socket.IO, so now I'll be using pure python > sockets, but... > > *** Operational MODE: preforking *** > Traceback (most recent call last): > File "./wsgi.py", line 5, in <module> > from uwsgidecorators import * > ImportError: No module named uwsgidecorators > > python-1 dev # uwsgi --version > uWSGI 0.9.8.2 > > Did I miss something?
Ok, I've downloaded module from Trac and copied to my project directory and that works. Wow. :) Thanks Roberto! -- Pozdrawiam serdecznie, Szymon Kosok Webrevolution.pl E-mail: [email protected] / Telefon: 728-952-158 _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
