[tahoe-lafs-trac-stream] [tahoe-lafs] #1681: avoid using win32eventreactor, or suppress spurious warning from it if necessary

tahoe-lafs trac at tahoe-lafs.org
Mon Feb 27 13:20:48 UTC 2012


#1681: avoid using win32eventreactor, or suppress spurious warning from it if
necessary
------------------------+-----------------------------
     Reporter:  zooko   |      Owner:  somebody
         Type:  defect  |     Status:  new
     Priority:  major   |  Milestone:  undecided
    Component:  code    |    Version:  1.9.1
   Resolution:          |   Keywords:  warning windows
Launchpad Bug:          |
------------------------+-----------------------------

Comment (by itamarst):

 Oh, actually: the default select() reactor will attempt to load some of
 the win32eventreactor code in order to better support certain
 functionality on Windows, e.g. serial ports. (It tries to run a parallel
 win32event loop in a thread). This is probably why you're seeing the
 warning even if you're using the select() reactor. If, as davidsarah is
 seeing, pywin32 is not installed this additional functionality will be
 skipped.

 So, you can just ignore that warning: it will only show up for people who
 already have pywin32 installed, in which case telling them they maybe want
 to upgrade isn't that big deal.

-- 
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1681#comment:6>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage


More information about the tahoe-lafs-trac-stream mailing list