Closed pmagwene closed 7 years ago
I'm new to using libmonome, but I just tried to run the example examples/test_arc.py
and I get this same error:
Traceback (most recent call last):
File "examples/test_arc.py", line 55, in <module>
main()
File "examples/test_arc.py", line 46, in main
m = monome.Monome('/dev/tty.usbserial-m0000002')
File "monome.pyx", line 319, in monome.Monome.__init__
TypeError: Expected unicode, got str
I'm trying to use the Python bindings. Latest version w/waf build on OS X 10.7, Python 2.7.1