Hi Matijoncek, Thanks for your suggestion. Unfortunately it doesn't work. Adding 'localhost to the .py file made no difference. Also, the Pd receive patch has [udpreceive] which only takes the port address as an argument.
Must admit that I'm now distracted by this post '[PD] Pd --> Python, IPC, FUDI, pdreceive, et cetera !' which works here but is quite a lot more involved. More steep learning curves. All the best, Julian On 6 May 2013 09:17, matijoncek prdoncek <[email protected]> wrote: > Try changing the IP in the python script to "localhost" > > client.connect(('127.0.0.1', 9001)) > to > client.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 <[email protected]> wrote: > >> 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-pd >> >> First off, many thanks for the tutorials Alex:) >> >> I can't seem to get the test python program to connect/receive from Pd. >> >> https://github.com/alx-s/RPi_tutorials/blob/master/OSC_python-pd/OSC_send_python.py >> >> When I do this: >> python OSC_send_python.py >> with the corresponding pd patch up and running I get: >> not connected >> In the console where the py file is running from. >> >> Must be something simple as the py file has very little in it. >> >> On the RPi >> pd 0.44-2 >> iemnet/[udpreceive] >> >> Send examples work btw >> >> Does anyone have a quick fix/some wisdom? >> >> Best wishes, >> >> Julian >> >> _______________________________________________ >> [email protected] mailing list >> UNSUBSCRIBE and account-management -> >> http://lists.puredata.info/listinfo/pd-list >> >> >
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
