Got a hack to make it work. This is hardly the real fix as it does not play 
well with Linux as I assume. 

Change at the end of pyjd/__init__.py: 

 add_setup_callback = _manager.add_setup_listener
 setup = _manager.setup
 run = _manager.run
+add_timer_queue = _manager.add_timer_queue
+import threading

Change to pyjd/runners/__init__.py: 

     def run(self, *args, **kwds):
         self._runner.run(*args, **kwds)
 
+    def add_timer_queue(self, *args, **kwds):
+        self._runner.add_timer_queue(*args, **kwds)

Can some expert point me how a real fix should look like? 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Pyjs.org Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyjs-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to