id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,branch,branch_author,launchpad_bug
4862,SerialPort (win32) incompatible with gtk2reactor,detly,exarkun,"When an attempt is made to make a serial port connection under the gtk2reactor in Windows, the following traceback results:

{{{
File ""C:\Python26\lib\site-packages\twisted\internet\_win32serialport.py"", line 56, in __init__
    self.reactor.addEvent(self._overlappedRead.hEvent, self, 'serialReadEvent')
exceptions.AttributeError: 'PortableGtkReactor' object has no attribute 'addEvent'
}}}

The attached code take a port name as the first argument. It can be run under Linux, and doesn't do anything visible. Under Windows, you get the traceback.",defect,closed,normal,,core,fixed,,jason.heeris@… itamar@…,branches/win32-gtk-win32events-4862,exarkun,
