[Twisted-Python] wxreactor and win32eventreactor

Ryan Nowakowski tubaman at fattuba.com
Tue Jun 2 12:07:38 EDT 2009


I'm trying to use twisted's SerialPort stuff in my Win32 wxPython app.
I'm using the wxreactor, however I'm getting this error:

  AttributeError: 'WxReactor' object has no attribute 'addEvent'

When I switch to the win32eventreactor my serial port code works fine
but then of course, the GUI won't work.  Any idea how to get SerialPort
working with wxreactor on Windows?

- Ryan




More information about the Twisted-Python mailing list