PySynergy
PySynergy copied to clipboard
A Python module that wraps the CM Synergy command line interface
The date format of the creation time offered by Synergy (using 7.2 on linux) seems to have changed. This fixed the problem in my case.
Is there a website or WiKi somewhere with a howto or some sort of getting started guide. I'm familiar with Python, but honestly, both Python and CMSynergy are new to...
I get the following exception when running do_history_conversion.py for two different Synergy repositories: ``` Traceback (most recent call last): File "./do_history_conversion.py", line 39, in cfe.ccm_fast_export(history, cgraphs) File "/home/tmdweb2git/ccm_git_etelco/ccm_fast_export.py", line 121,...