[PEAK] Win32Reactor

Chad Rosenberg chad at idrankwhat.net
Thu Feb 26 16:38:31 EST 2004


Has anyone gotten Peak Events to work with the Win32Reactor?  I would 
otherwise happily use the default windows reactor (which seems to 
work), but I need access to the twisted Process Protocols.

When I tried with the Win32Reactor, I got the following:

Traceback (most recent call last):
   File "C:\Python23\scripts\peak", line 5, in ?
     commands.runMain( commands.Bootstrap )
   File "c:\python23\Lib\site-packages\peak\running\commands.py", line
70, in runMain
     result = factory().run()
   File "c:\python23\Lib\site-packages\peak\running\commands.py", line
211, in run
     return self._run() or 0
   File "c:\python23\Lib\site-packages\peak\running\commands.py", line
427, in _run
     return self.invoke()
   File "c:\python23\Lib\site-packages\peak\running\commands.py", line
211, in run
     return self._run() or 0
   File "c:\python23\Lib\site-packages\peak\running\commands.py", line
765, in _run
     self.runAtLeast
   File "c:\python23\Lib\site-packages\peak\running\scheduler.py", line
78, in run
     return
self.eventLoop.runUntil(self.exitCode,True,idle=self.sleep)[0]
   File "c:\python23\Lib\site-packages\peak\events\io_events.py", line
147, in runUntil
     raise StopIteration("Nothing scheduled to execute")
StopIteration: Nothing scheduled to execute

Chad




More information about the PEAK mailing list