[Twisted-Python] Problems using win32eventreactor()

Jeff Grimmett grimmtooth at softhome.net
Mon Feb 10 21:40:55 EST 2003


> Try importing the win32 reactor first and then immediately 
> installing it:
> 
> from	twisted.internet		import	win32eventreactor
> win32eventreactor.install()
> 
> from	twisted.internet		import	reactor

I was just getting ready to try that ;-)

It works!

This would be an *excellent* thing to put into the 'Choosing a reactor'
docs. Almost put me over the wall :-)

Thanks!





More information about the Twisted-Python mailing list