Re: [Twisted-Python] new epoll error after upgrading to 9.0.0

2010-02-11 Thread exarkun
On 12:16 am, matu...@yahoo.com wrote: >I upgraded to 9.0.0 and I am now seeing a new error, not present in >8.2.0 or >earlier: > >[snip] >"/usr/local/encap/python-2.6.4/lib/python2.6/site- >packages/Twisted-9.0.0-py2 >.6-linux-x86_64.egg/twisted/internet/abstract.py", line 267, in >stopWriting >

[Twisted-Python] new epoll error after upgrading to 9.0.0

2010-02-11 Thread Alec Matusis
I upgraded to 9.0.0 and I am now seeing a new error, not present in 8.2.0 or earlier: 2010-02-10 17:38:33-0800 [TagProtocol,9794986,68.126.204.104] Unhandled Error Traceback (most recent call last): File "/usr/local/encap/python-2.6.4/lib/python2.6/site-packages/Twisted-9.0.0-py2

Re: [Twisted-Python] multiple versions of twisted on same machine

2010-02-11 Thread Timothy Allen
On Thu, 11 Feb 2010 11:54:47 -0600 Kevin Horn wrote: > Not entirely related to this discussion (though not entirely > unrelated), I think that Twisted's whole release/distribution system > needs to be revamped a little. I've been meaning to talk to radix > about this, but haven't found the time...

Re: [Twisted-Python] multiple versions of twisted on same machine

2010-02-11 Thread Kevin Horn
On Thu, Feb 11, 2010 at 11:05 AM, wrote: > On 04:41 pm, kevin.h...@gmail.com wrote: > >FYI, this totally fails on Windows XP, Py2.6, Twisted 9.0.0... > > This is an interesting problem. > > easy_install identifies > > http://tmrc.mit.edu/mirror/twisted/Twisted/9.0/Twisted-9.0.0.win32-py2.6.exe >

Re: [Twisted-Python] multiple versions of twisted on same machine

2010-02-11 Thread exarkun
On 04:41 pm, kevin.h...@gmail.com wrote: >FYI, this totally fails on Windows XP, Py2.6, Twisted 9.0.0... This is an interesting problem. easy_install identifies http://tmrc.mit.edu/mirror/twisted/Twisted/9.0/Twisted-9.0.0.win32-py2.6.exe as some kind of package it can install - maybe a self-ext

Re: [Twisted-Python] multiple versions of twisted on same machine

2010-02-11 Thread Kevin Horn
FYI, this totally fails on Windows XP, Py2.6, Twisted 9.0.0... [command line oputput] (venv) C:\Documents and Settings\hornk\Desktop\twisted_venv_test\venv>easy_install Twisted Searching for Twisted Reading http://pypi.python.org/simple/Twisted/ Reading http://twistedmatrix.com/ Reading http://www

Re: [Twisted-Python] multiple versions of twisted on same machine

2010-02-11 Thread Matt Bone
You could try virtualenv: http://pypi.python.org/pypi/virtualenv And have one virtual environment with Twisted 9.0 and another with Twisted 8.2, etc, etc. --matt On Thu, Feb 11, 2010 at 6:41 AM, Pet wrote: > Hi, > > I'd like to upgrade twisted to the newest version and obviously first > test i

[Twisted-Python] multiple versions of twisted on same machine

2010-02-11 Thread Pet
Hi, I'd like to upgrade twisted to the newest version and obviously first test if my application works fine with new version. What is the best (safest) way to do it? Thanks for help, Pet ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com