Re: [PD] pyext on pd-extended 0.40.3-extended

2009-04-13 Thread Thomas Grill
Hi, i can only guess but does the external find the python scripts? The *.py scripts should be in the pd path or in the same folder as the patch... it's strange though that the py examples work. gr~~~ 2009/4/12 Martin Dupras martindup...@gmail.com: I've tried the examples. The examples which use

Re: [PD] pyext on pd-extended 0.40.3-extended

2009-04-12 Thread patrick
are you using this version: http://g.org/ext/beta/macos/pd/ the difference between py and pyext:/ py/ loads Python modules and execute the functions therein;/ pyext/ uses Python classes to represent full-featured message objects. sorry i'm not using mac os x, so i cannot test. pat

[PD] pyext on pd-extended 0.40.3-extended

2009-04-11 Thread Martin Dupras
I would like to know if anyone is having success in using pyext with 0.40.3-extended. I'm on OS X 10.5. I get the following errors in the console: --- py/pyext 0.2.1pre - python script objects (C)2002-2008 Thomas Grill - http://g.org/ext using Python 2.5.1

Re: [PD] pyext on pd-extended 0.40.3-extended

2009-04-11 Thread patrick
hi martin, did you try to open the help patch? creating only the object without argument will not work. [pyext yourpythonfile yourclass] pat ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] pyext on pd-extended 0.40.3-extended

2009-04-11 Thread Martin Dupras
I've tried the examples. The examples which use the py object work; the ones that use the pyext object do not (the pyext object does not instantiate.) I don't understand why one works and the other doesn't. Any idea why one works and the other doesn't? - martin 2009/4/11 patrick