[Twisted-Python] An error occurred with twisted 15.2.1 & python 3.4.3 on windows

2015-07-27 Thread Gelin Yan
Hi All When I tried to run a simple twisted program and noticed there was an error as following: File "C:\Python34\lib\site-packages\twisted\python\lockfile.py", line 52, in _open = file NameError: name 'file' is not defined simply replace file as open like _open = open can run

Re: [Twisted-Python] Considerations for Twisted prereleases on PyPI

2015-07-27 Thread Hynek Schlawack
> So, the question is, do people think we should start putting them on PyPI? Is > it worth some users on ancient pips inadvertantly getting (admittedly quite > stable) prereleases? Would you use it, and would you be more likely to test > Twisted prereleases if they were distributed like this (in

[Twisted-Python] Considerations for Twisted prereleases on PyPI

2015-07-27 Thread Amber "Hawkie" Brown
Hi everyone, PyPI + pip has supported uploading prereleases for a long while, and this would be a much better way for you, the Twisted user, to get the prereleases, rather than messing about with tarballs. Pip 1.4+ (which according to https://caremad.io/2015/04/a-year-of-pypi-downloads/ consti