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 _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python