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

Raúl Alexis Betancort Santana rabs at dimension-virtual.com
Sat Jan 21 15:20:50 EST 2006


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20060121/971eb9c4/attachment.htm 


More information about the Twisted-Python mailing list