c0z3n / pySimpleDMX

pysimpledmx is a simple dmx control module in python, for the Enttec DMX USB Pro
59 stars 22 forks source link

Adding Python3 compatibility #13

Open tobypatterson opened 8 years ago

tobypatterson commented 8 years ago

I've been testing using a UltraDMX Micro and a 1ByOne disco ball ($35 Amazon). Seems to run fine using both Python 2.7.11 and 3.5.1 .

quesojim commented 8 years ago

Dude that's awesome. Still getting issues with my device saying it couldn't open on COM4. Not sure what I'm doing wrong

tobypatterson commented 8 years ago

Try the python2 version, of the original code. I tested on MacOS X and a Rasp Pi2 running Debian - in both cases, there is a special device file in /dev that is created.

sabjorn commented 5 years ago

@c0z3n any chance of this getting merged?