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

2010-04-27 Thread Pet
On Tue, Apr 27, 2010 at 5:28 PM, wrote: > On 02:43 pm, petshm...@googlemail.com wrote: >> >>Hi, >> >>I can't install Twisted in VirtualEnv. Can someone explain what is >>wrong, please? Thanks! >> >> >>(newtwisted)hostname:/usr/local/development/newtwisted/bin# >>easy_install Twisted >>[snip] >>Ru

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

2010-04-27 Thread exarkun
On 02:43 pm, petshm...@googlemail.com wrote: > >Hi, > >I can't install Twisted in VirtualEnv. Can someone explain what is >wrong, please? Thanks! > > >(newtwisted)hostname:/usr/local/development/newtwisted/bin# >easy_install Twisted >[snip] >Running Twisted-10.0.0/setup.py -q bdist_egg --dist-dir

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

2010-04-27 Thread Pet
On Sat, Feb 13, 2010 at 6:05 AM, Glyph Lefkowitz wrote: > On Feb 11, 2010, at 5:27 PM, Timothy Allen wrote: > >> 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/distributi

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

2010-02-12 Thread Glyph Lefkowitz
On Feb 11, 2010, at 5:27 PM, Timothy Allen wrote: > 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

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

2010-02-12 Thread Pet
On Thu, Feb 11, 2010 at 1:55 PM, Matt Bone wrote: > 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. > Thanks! Will try it out > --matt > > On Thu, Feb 11, 2010 at 6:41 AM, Pet wr

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