Hello,
I just compiled and tested Pd 0.43.1 since a long time using 0.42.5 and missed some objects I always used.
I want to know if some people are having the same trouble than me with 2 flext compiled objects mainly - [ fluid~ ] &&[ pyext ] my system is Ubuntu Oneiric 32bits,kernel 3.0.0-20-generic-pae but I don't think it's an OS problem.
I could compile the binaries .pd_linux and they are in the correct folders (/usr/lib/pd-extended/extra)
but
py/pyext - pyext doesn't load (even when I use -lib py in statup or [import py]) - I saw similar issues in list history but my problem is not about not loading the lib cause py loads (but AFAIK all the examples uses pyext)
fluid~ - the object loads but when I load a soundfount pd crashes with a signal - watchdog: signaling pd... watchdog: signaling pd... watchdog: signaling pd... (something related to tcl/tk GUI ??)
Some could say I should had separated the 2 objects issues in different threads for this mailinglist, but since I think most of pd(extended) users don't even try to compile flext objects I think this is the best subject title for now...
so the question is: who already could run some of those 2 objects at Pd 0.43.1 and if maybe it's some with flext compilation problem?
or whatever, some tip about one of those objects?
thanx glerm
Hi Glerm, i would be interested on the circumstances why pyext doesn't load. Are you sure that you used a valid python script (to be found in the current patcher directory or the pd path? Because, if not, pyext won't load. gr~~~
Am 07.08.2012 um 22:40 schrieb glerm soares:
Hello,
I just compiled and tested Pd 0.43.1 since a long time using 0.42.5 and missed some objects I always used.
I want to know if some people are having the same trouble than me with 2 flext compiled objects mainly - [ fluid~ ] &&[ pyext ] my system is Ubuntu Oneiric 32bits,kernel 3.0.0-20-generic-pae but I don't think it's an OS problem.
I could compile the binaries .pd_linux and they are in the correct folders (/usr/lib/pd-extended/extra)
but
py/pyext - pyext doesn't load (even when I use -lib py in statup or [import py]) - I saw similar issues in list history but my problem is not about not loading the lib cause py loads (but AFAIK all the examples uses pyext)
fluid~ - the object loads but when I load a soundfount pd crashes with a signal - watchdog: signaling pd... watchdog: signaling pd... watchdog: signaling pd... (something related to tcl/tk GUI ??)
Some could say I should had separated the 2 objects issues in different threads for this mailinglist, but since I think most of pd(extended) users don't even try to compile flext objects I think this is the best subject title for now...
so the question is: who already could run some of those 2 objects at Pd 0.43.1 and if maybe it's some with flext compilation problem?
or whatever, some tip about one of those objects?
thanx glerm _______________________________________________ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
-- Thomas Grill http://grrrr.org +43 699 19715543
2012/8/7 Thomas Grill gr@grrrr.org
Hi Glerm, i would be interested on the circumstances why pyext doesn't load. Are you sure that you used a valid python script (to be found in the current patcher directory or the pd path? Because, if not, pyext won't load. gr~~~
Perfect tip, gr~~~. thanx a lot :)
With the script.py in the same folder now works. Forgot to check that. Sorry.
cheers, Thanks, glerm
PS: now I can open a new thread about fluid~ or wait someone with same problem here.