[Twisted-Python] Twisted network games

Bob Ippolito bob at redivi.com
Tue Apr 19 16:56:58 MDT 2005


On Apr 19, 2005, at 6:19 PM, Ben Olsen wrote:

> This might be one for Bob Ippolito, but when I grabbed  
> threadedselectreactor.py from SVN and ran the pygamedemo.py without  
> modification, I got:
>
> Traceback (most recent call last):
>  File "pygamedemo.py", line 35, in ?
>    reactor.callLater(1, helloWorld,1)
>  File  
> "C:\Python24\lib\site- 
> packages\twisted\internet\threadedselectreactor.py", line 71, in  
> callLater
>    self.wakeUp()
>  File  
> "C:\Python24\lib\site- 
> packages\twisted\internet\threadedselectreactor.py", line 67, in  
> wakeUp
>    self.waker.wakeUp()
> AttributeError: 'NoneType' object has no attribute 'wakeUp'
>
> So I added to line 67 of threadedselectreactor.py:
> if self.waker:
> and it seemed to run fine after that. I'm going to see if I can use  
> this new reactor in my current pygame+twisted project.

Actually, it's not for me.  I don't use Win32.  Someone who uses Win32,  
and cares, needs to debug this.  It's not a problem for anything else.

-bob





More information about the Twisted-Python mailing list