Try changing the IP in the python script to "localhost"client.connect(('127.0.0.1', 9001))toclient.connect(('localhost', 9001))
make sure it is also set to "localhost" in the pd patch.On Sun, May 5, 2013 at 10:38 PM, Julian Brooks <jbeezez@gmail.com> wrote:
_______________________________________________When I do this:I can't seem to get the test python program to connect/receive from Pd.Hey Alex / all,This could be stupidly obvious but I'm completely new to python so bear with me please:
I'm following the tutorials that Alex put up here:
https://github.com/alx-s/RPi_tutorials/tree/master/OSC_python-pdFirst off, many thanks for the tutorials Alex:)
https://github.com/alx-s/RPi_tutorials/blob/master/OSC_python-pd/OSC_send_python.py
python OSC_send_python.pywith the corresponding pd patch up and running I get:not connectedIn the console where the py file is running from.
Must be something simple as the py file has very little in it.On the RPipd 0.44-2iemnet/[udpreceive]Send examples work btwDoes anyone have a quick fix/some wisdom?
Best wishes,Julian
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list