Hi to all, I was trying to install py/pyext by Thomas Grill but I didn't succeed. I have osx10.2.8, Exactly, what have I to do? I use MacPython, but Thomas (who invited me posting to the list) suspected it is not the right choice. Also, what developer toolkit have I to install in order to compile (it seems I have none)? I must admit that I'm not skilled in compiling stuff, and I am a PD newbie, as I was attracted especially by the possibility of linking PD real time and GUI capabilities with algos composing by python (which I use in non real time mode audio manipulation). Anycase, I tried to decipher instructions.
Could anyone give some hints? (or maybe some link. Maybe it has already been convered elsewhere?). Thanks a lot
Best
-a-
Hallo, Andrea Valle hat gesagt: // Andrea Valle wrote:
I must admit that I'm not skilled in compiling stuff, and I am a PD newbie, as I was attracted especially by the possibility of linking PD real time and GUI capabilities with algos composing by python (which I use in non real time mode audio manipulation). Anycase, I tried to decipher instructions.
I cannot help you with compiling things on OS-X, but your usecase might not need to actually run Python inside Pd via pyext. You could also just code away in Python standalone, then if you need to connect both P-worlds, you could send data over the TCP network using either netsend/neteceive or OSC.
Frank Barknecht _ ______footils.org__
I succeeded in using py external not on mac but on win2k thus connecting pd with python. I've been confused by the too much stuff.I simply had to copy py.dll to pd/extra (which is curiolsy referred in some official docs as "externs") and to put the python scripts in python root. But in the binaries there's only one dll, py.dll, which let you control python from pd, and there's nothing about pyext.dll, which is needed to let python control pd. It seems it has not been included. Any info about this pyext.dll? Maybe someone has compiled pyext from sources and could send me it privately the resulting dll? Any help is much appreciated
Thanks a lot Best
-a-
Hallo, andrea.valle hat gesagt: // andrea.valle wrote:
But in the binaries there's only one dll, py.dll, which let you control python from pd, and there's nothing about pyext.dll, which is needed to let python control pd. It seems it has not been included. Any info about this pyext.dll?
pd.dll is a library containing both objects. Call pd as "pd -lib py" and you will be able to load both objects provided py.dll is in your pd path.
Frank Barknecht _ ______footils.org__
Thanks, I'll try tomorrow. best
-a-
Frank Barknecht Scrive:
Hallo, andrea.valle hat gesagt: // andrea.valle wrote:
But in the binaries there's only one dll, py.dll, which let you control python from pd, and there's nothing about pyext.dll, which is needed to let python control pd. It seems it has not been included. Any info about this pyext.dll?
pd.dll is a library containing both objects. Call pd as "pd -lib py" and you will be able to load both objects provided py.dll is in your pd path.
Ciao
Frank Barknecht _ ______footils.org__
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list