I'm trying to run django with python 3.3 using your flup fork. But i the the error:
...
File "/home/test/django-env/lib/python3.3/site-packages/flup/server/fcgi_base.py", line 1062, in write
assert type(data) is str, 'write() argument must be string
AssertionError: write() argument must be string
btw. is this project alive?