I'm getting this error when I try to import (just checked, also on installation..):
OSX 10.11, Python 3.4.3
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/ ... /OSC.py", line 781
binary = struct.pack('>LL', 0L, 1L)
^
SyntaxError: invalid syntax
Any idea?
I'm getting this error when I try to import (just checked, also on installation..):
OSX 10.11, Python 3.4.3
Any idea?