I didn't pay attention about how things have changed, for python modules loading, my bad. Please just put the attached __init__.py and fixed oscAPI.py in same folder for replacing malfunctioning files.
I get: Traceback (most recent call last): File "E:\martin\pd_patches\oscCRASH\oscCRASH\sendOSC.py", line 1, in
<module> import osc File "E:\martin\pd_patches\oscCRASH\oscCRASH\osc\__init__.py",
line
8, in <module> from OSC import * ImportError: No module named OSC
Which OSC? Martin
it should be OSC.py !?
I didn't try on IDLE, maybe I should make a test...