Benjamin Forest
Results
3
comments of
Benjamin Forest
Having the same issue - thanks for the workaround
Note : the debianize solution seems to be broken : #132
See printcore.py, you can pass it a handler written like eventhandler.py. You'll get something like that: ``` python from printrun import printcore handler = YourHandler() core = printcore.printcore() core.addEventHandler(handler) core.connect(port,...