Etienne Robillard
unread,Apr 3, 2009, 7:38:05 AM4/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to notmm-discuss, al...@saddi.com
if you're having any problems (white screen, server not starting, etc)
using flup with python2.6 to deploy your wsgi app, try switching to
the python-fastcgi module as a workaround.
i switched to python-fascgi since flup was requiring me to use
wsgiref.validate.validator(),
which is undoubtly an optional middleware. so now i guess that flup
needs a few updates
to operate correctly with python 2.6.1, but in the meanwhile, python-
fastcgi is a very good
alternative to flup.