> Here is the issue I have when upgrading the uwsgi package from 0.9.6 > to today's hg tip: > > Traceback (most recent call last): > File "server.py", line 15, in myapp > return [http.processRequest(environ, start_response)] > File "http.py", line 119, in processRequest > params = request.getQueryParams() > File "request.py", line 173, in getQueryParams > requestData.queryParams = cgi.FieldStorage(fp, > environ=requestData.cgiEnviron) > File "/usr/lib/python2.6/cgi.py", line 434, in __init__ > elif sys.argv[1:]: > AttributeError: 'module' object has no attribute 'argv' > > Any idea? I tried to set "--pyargv dummy" without success.
fixed Thanks -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
