rtyler / Spawning

Spawning is a wsgi server which supports multiple processes, multiple threads, green threads, non-blocking HTTP io, and automatic graceful upgrading of code
http://pypi.python.org/pypi/Spawning
MIT License
120 stars 18 forks source link

Python 3.x #36

Open mese79 opened 9 years ago

mese79 commented 9 years ago

Hi I just have this question: Does Spawning support python 3.x ? When i tried to "pip install Spawning" on python 3.3, i'v got this error:

File "/home/mehdi/Programming/Python/virtualenvs/pyramid-env/build/Spawning/setup.py", line 40, in <module>

    long_description=file(

NameError: name 'file' is not defined