I try py/pyex but not work with the python interpreter. The module pyex make error.
Which operating system, which version of py/pyext, which version of pd, which version of Python, which exact error message? Can you provide an example patcher where this happens?
greetings, Thomas
I try in windows xp and ubuntu 7.04 with python 2.4 and py/pyext for 2.4. The problem is the module pyex, i cannot import to python. At the moment, the best form for the communication between PD and python I have found it with the module OSC.py and dumpOSC. Is good.
Thanks
---------------------------------
LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y móviles desde 1 céntimo por minuto. http://es.voice.yahoo.com
Hallo, ruben gomez hat gesagt: // ruben gomez wrote:
I try in windows xp and ubuntu 7.04 with python 2.4 and py/pyext for 2.4. The problem is the module pyex, i cannot import to python.
Are you trying to use the pyext module in a standalone Python? This won't work: The pyext module is designed to be loaded from inside Pd for example inside a script loaded through the [pyext] object.
Ciao
Am 07.07.2007 um 21:51 schrieb ruben gomez:
I try py/pyex but not work with the python interpreter. The module pyex make error.
Which operating system, which version of py/pyext, which version of pd, which version of Python, which exact error message? Can you provide an example patcher where this happens?
greetings, Thomas I try in windows xp and ubuntu 7.04 with python 2.4 and py/pyext for 2.4. The problem is the module pyex, i cannot import to python.
Your description is too vague to really help you. Patcher and scripts you tried would be more adequate.
At the moment, the best form for the communication between PD and python I have found it with the module OSC.py and dumpOSC. Is good.
Be aware that the direct communication of pd and python inside the patcher is much faster and far more powerful.
greetings, Thomas