Hey guys,
Great news to see that you’ve updated the Hexy page with additional instructions!
… I’m not fluent in python, but I believe there is a syntax error in the code; I get
Traceback (most recent call last):
File “PoMoCo.py”, line 666, in
app = App(root)
File “PoMoCo.py”, line 109, in init
self.con = servitorComm.Controller() # Servo controller
NameError: global name ‘servitorComm’ is not defined
looking at the file, it seems like “servitorComm” should be “servotorComm”. There are 3 instances of this in the file.
Secondly, I’m using a MacBook Air, with Python 2.7.3 and PySerial 2.5 installed, and I get this output whenever I type in “python PoMoCo.py”
no serial ports available, just showing graphical
initilizing servos
servos initalizied
opening RC2 Offsets.cfg
automatically loaded offsets from RC2 Offsets.cfg
SHUTTING. DOWN. EVERYTHING. All servos killed.
I get the GUI to show up, but usually clicking on any of the buttons don’t do anything and the GUI promptly hangs afterwards.
Any tips?
Thanks in advance!

)