Re: [PD] py/pyext

2011-10-04 Thread Thomas Grill
Hi Benoit, so you have loaded the external library successfully which is indicated by the banner (py/pyext 0.2.1pre - python script objects etcc) in the console and upon instantiation there's no further output than pyext simple ex3 ... couldn't create? That's strange, because if there's an

[PD] py/pyext: building on Ubuntu Lucid with Python 2.6 (and python in pd)

2010-12-07 Thread Lorenzo Sutton
Has anyone managed to do it successfully? I managed to build flext, but when I call the ../flext/build.sh script from within the pyext source dir it fails with the first error being to the fact m_pd.h is not found. I have pd-extended installed and thus m_pd.h lives in /usr/include/pdextended/

Re: [PD] py/pyext: building on Ubuntu Lucid with Python 2.6 (and python in pd)

2010-12-07 Thread IOhannes m zmoelnig
On 2010-12-07 11:14, Lorenzo Sutton wrote: Has anyone managed to do it successfully? I managed to build flext, but when I call the ../flext/build.sh script from within the pyext source dir it fails with the first error being to the fact m_pd.h is not found. I have pd-extended installed and

Re: [PD] py/pyext: building on Ubuntu Lucid with Python 2.6 (and python in pd)

2010-12-07 Thread Husk 00
Hey Lorenzo, I know I'm not answering exactly to your question but from Thomas grill's site you can find a py.pd_linux binary build with python 2.6: http://g.org/ext/beta/linux/pd/py.pd_linux I hope it helps you husk On Tue, Dec 7, 2010 at 11:14 AM, Lorenzo Sutton lsut...@libero.it wrote:

Re: [PD] py/pyext: building on Ubuntu Lucid with Python 2.6 (and python in pd)

2010-12-07 Thread Lorenzo Sutton
IOhannes m zmoelnig wrote: On 2010-12-07 11:14, Lorenzo Sutton wrote: Has anyone managed to do it successfully? I managed to build flext, but when I call the ../flext/build.sh script from within the pyext source dir it fails with the first error being to the fact m_pd.h is not found. I have

Re: [PD] py/pyext: building on Ubuntu Lucid with Python 2.6 (and python in pd)

2010-12-07 Thread Husk 00
On Tue, Dec 7, 2010 at 12:21 PM, Lorenzo Sutton lsut...@libero.it wrote: Hi Husk, Husk 00 wrote: Hey Lorenzo, I know I'm not answering exactly to your question but from Thomas grill's site you can find a py.pd_linux binary build with python 2.6:

Re: [PD] Py/pyext binary for OS X 10.4?

2008-08-16 Thread Luigi Rensinghoff
I had one... but didnt touch it for over half a year. So i dont really know if it is working. I remember that i didnt want to go through the flext build system, but at the end it wasnt actually that hard actually i see some py.pd_darwin in the pd-extended folder, but i guess they dont

Re: [PD] Py/pyext binary for OS X 10.4?

2008-08-16 Thread Thomas Grill
Am 15.08.2008 um 17:14 schrieb Phil Stone: Hello, Sorry to revive an old thread (from last March), but the URL referred to by Thomas below no longer seems to work. Anybody have a working py/pyext binary for OS X 10.4? The one in the latest Pd-extended seems to have the

[PD] Py/pyext binary for OS X 10.4?

2008-08-15 Thread Phil Stone
Hello, Sorry to revive an old thread (from last March), but the URL referred to by Thomas below no longer seems to work. Anybody have a working py/pyext binary for OS X 10.4? The one in the latest Pd-extended seems to have the compiled-by-10.5 problem, and won't load. Many thanks, Phil

[PD] py/pyext

2007-09-12 Thread Atte André Jensen
Hi I think I installed py/pyext allright, but it doesn't seem to work. For instance opening pd/script-1.pd in pd prints the following: Opened Alsa Client 128 in:1 out:1 py/pyext 0.2.0 - python script objects (C)2002-2005 Thomas Grill -

Re: [PD] py/pyext

2007-09-12 Thread Thomas Grill
Hi Atte, i guess it's in the archive many times already: You probably don't have the script folder in your pd path. greetings, Thomas Am 12.09.2007 um 08:49 schrieb Atte André Jensen: Hi I think I installed py/pyext allright, but it doesn't seem to work. For instance opening

Re: [PD] py/pyext

2007-09-12 Thread Tim Blechmann
hi thomas, i guess it's in the archive many times already: You probably don't have the script folder in your pd path. i am not that familiar with the py/pyext internals, but what about adding the path of the patch, that is instantiating the script, to the python search paths temporarily? in

Re: [PD] py/pyext

2007-09-12 Thread Thomas Grill
Hi Tim, the patch path is always added tp the python path, probably exactly as it is in Nova. The scripts folder that comes with the Python package is separate from the patches though. greetings, Thomas Am 12.09.2007 um 11:31 schrieb Tim Blechmann: hi thomas, i guess it's in the archive

Re: [PD] py/pyext

2007-09-12 Thread Atte André Jensen
Thomas Grill wrote: i guess it's in the archive many times already: You probably don't have the script folder in your pd path. Great, thanks. Sorry for asking... -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk |

[PD] py/pyext and Python 2.5 was Re: py compile error

2007-07-06 Thread Thomas Grill
Hey all, thank you all for your reports. I just updated py/pyext in cvs and i hope i fixed it in a way that i didn't break compatibility for older Python versions. Please let me know if there are any further troubles. greetings, Thomas Jamie Bullock schrieb: Hi Thomas, The build falls over

[PD] Py/pyext

2007-06-03 Thread David Powers
Hi list, I installed the latest pd-extended specifically hoping to finally use py/pyext. But py/pyext don't work I guess. Anyone know why? I'm on WinXP RC1. Specifically, I get two seperate issues: 1. pyext simply can't be created 2. py gives me the error This application has failed to start

Re: [PD] Py/pyext

2007-06-03 Thread Hans-Christoph Steiner
pthreadVC.dll should be included in Pd-0.39-2-extended-rc2. .hc On Jun 3, 2007, at 11:45 AM, David Powers wrote: Hi list, I installed the latest pd-extended specifically hoping to finally use py/pyext. But py/pyext don't work I guess. Anyone know why? I'm on WinXP RC1. Specifically, I get

Re: [PD] Py/pyext

2007-06-03 Thread chris clepper
Make sure that DLL is in the pd /bin folder and it will be found. On 6/3/07, David Powers [EMAIL PROTECTED] wrote: Hi list, I installed the latest pd-extended specifically hoping to finally use py/pyext. But py/pyext don't work I guess. Anyone know why? I'm on WinXP RC1. Specifically, I get

Re: [PD] py/pyext missing in pd-extended

2007-05-31 Thread Hans-Christoph Steiner
The Pd-extended release just includes THomas's binaries for all the flext stuff. It would definitely be nicer if that was all built from source and included. Since you'll be working on a lot of GUI stuff, I'd be very interested to hear how the new GUI stuff works out in Pd-extended. .hc