[Twisted-Python] Problems with TwistedSumo-2005-11-06 on WinXP

Hi all, I'm trying to run an app developed on Linux Debian 3.1r1, with python 2.4 and twisted 2.1.0 on windows XP with python 2.4 and TwistedSumo-2005-11-06 (Twisted 2.1.0), and I get the followin error ... c:\python24\lib\site-packages\twisted\python\context.py:74: DeprecationWarning: threadable.whenThreaded is deprecated. Use application-level logic instead. threadable.whenThreaded(initThreads) Traceback (most recent call last): File "prueba.py", line 11, in ? from twisted.internet import reactor File "c:\python24\lib\site-packages\twisted\internet\reactor.py", line 11, in ? from twisted.internet import selectreactor File "c:\python24\lib\site-packages\twisted\internet\selectreactor.py", line 22, in ? from twisted.internet import posixbase File "c:\python24\lib\site-packages\twisted\internet\posixbase.py", line 25, in ? from twisted.internet import tcp, udp File "c:\python24\lib\site-packages\twisted\internet\tcp.py", line 65, in ? from twisted.internet import protocol, defer, base, address File "c:\python24\lib\site-packages\twisted\internet\base.py", line 239, in ? class ReactorBase: File "c:\python24\lib\site-packages\twisted\internet\base.py", line 244, in ReactorBase if platform.supportsThreads(): AttributeError: Platform instance has no attribute 'supportsThreads' Any help would be appreciated.

On Sat, 21 Jan 2006 19:20:50 -0100, Raúl Alexis Betancort Santana <rabs@dimension-virtual.com> wrote:
You seem to have managed to combine a pre-2.1.0 version of context.py with a 2.1.0 version of runtime.py. How did you install Twisted? You might try deleting the entire twisted directory out of your site-packages and re-installing. Jean-Paul

You was ok, it's apears that there was and old version of twisted sitting around, solved, thx for you help ----- Original Message ----- From: "Jean-Paul Calderone" <exarkun@divmod.com> To: "Twisted general discussion" <twisted-python@twistedmatrix.com> Sent: Saturday, January 21, 2006 7:23 PM Subject: Re: [Twisted-Python] Problems with TwistedSumo-2005-11-06 on WinXP

On Sat, 21 Jan 2006 19:20:50 -0100, Raúl Alexis Betancort Santana <rabs@dimension-virtual.com> wrote:
You seem to have managed to combine a pre-2.1.0 version of context.py with a 2.1.0 version of runtime.py. How did you install Twisted? You might try deleting the entire twisted directory out of your site-packages and re-installing. Jean-Paul

You was ok, it's apears that there was and old version of twisted sitting around, solved, thx for you help ----- Original Message ----- From: "Jean-Paul Calderone" <exarkun@divmod.com> To: "Twisted general discussion" <twisted-python@twistedmatrix.com> Sent: Saturday, January 21, 2006 7:23 PM Subject: Re: [Twisted-Python] Problems with TwistedSumo-2005-11-06 on WinXP
participants (2)
-
Jean-Paul Calderone
-
Raúl Alexis Betancort Santana