Hi all!
I'm using pd 0.40-1. I tried to install pyext but with no luck. I've put a dll to extra dir. On pd startup I get this message: py/pyext 0.2.0 - python script objects (C)2002-2005 Thomas Grill - http://grrrr.org/ext
using Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)]
which seems to be good but when I tried to open some example patches, it looks like pd doesn't recognize a pyext object....
What am I missing?
Thanks.
Bosko
Don't just search. Find. Check out the new MSN Search! http://search.msn.com/
Hi Bosko,
that seems to be a pretty old version of pyext that you are using.
Have you tried the one on http://grrrr.org/ext/beta or even the whole
pd-extendend package?
greetings, Thomas
Am 01.07.2007 um 20:07 schrieb Bosko Milakovic:
Hi all!
I'm using pd 0.40-1. I tried to install pyext but with no luck.
I've put a dll to extra dir. On pd startup I get this message: py/pyext 0.2.0 - python script objects (C)2002-2005 Thomas Grill - http://grrrr.org/extusing Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit
(Intel)]which seems to be good but when I tried to open some example
patches, it looks like pd doesn't recognize a pyext object....What am I missing?
Thanks.
Bosko
Don't just search. Find. Check out the new MSN Search! http://search.msn.com/
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Hi!
From: Thomas Grill gr@grrrr.org To: Bosko Milakovic bmilakovic@hotmail.com CC: pd-list@iem.at Subject: Re: [PD] pyext object not recognized Date: Mon, 2 Jul 2007 09:21:22 +0200
Hi Bosko, that seems to be a pretty old version of pyext that you are using. Have you tried the one on http://grrrr.org/ext/beta or even the whole
pd-extendend package?
py/pyext 0.2.1pre - python script objects (C)2002-2007 Thomas Grill - http://grrrr.org/ext
using Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit (Intel)] ImportError: No module named numpy.core.multiarray
and it still don't work. Tried with latest pd extended but I get same massege. Is my Python installation bad when this module missing?
Thanks.
Bosko
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Am 02.07.2007 um 17:19 schrieb Bosko Milakovic:
Hi!
From: Thomas Grill gr@grrrr.org To: Bosko Milakovic bmilakovic@hotmail.com CC: pd-list@iem.at Subject: Re: [PD] pyext object not recognized Date: Mon, 2 Jul 2007 09:21:22 +0200
Hi Bosko, that seems to be a pretty old version of pyext that you are using. Have you tried the one on http://grrrr.org/ext/beta or even the
whole pd-extendend package?I've tried with beta version but now I'm getting this message:
py/pyext 0.2.1pre - python script objects (C)2002-2007 Thomas Grill - http://grrrr.org/ext
using Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit
(Intel)] ImportError: No module named numpy.core.multiarray
and it still don't work. Tried with latest pd extended but I get
same massege. Is my Python installation bad when this module missing?
No, everything should work fine, except that you can't use the numpy
extension.
When you say "it still don't work", what exactly doesn't work? Can
you provide an example patcher?
greetings, Thomas
Hi!
From: Thomas Grill gr@grrrr.org To: "Bosko Milakovic" bmilakovic@hotmail.com CC: pd-list@iem.at Subject: Re: [PD] pyext object not recognized Date: Mon, 2 Jul 2007 17:55:55 +0200
Am 02.07.2007 um 17:19 schrieb Bosko Milakovic:
Hi!
From: Thomas Grill gr@grrrr.org To: Bosko Milakovic bmilakovic@hotmail.com CC: pd-list@iem.at Subject: Re: [PD] pyext object not recognized Date: Mon, 2 Jul 2007 09:21:22 +0200
Hi Bosko, that seems to be a pretty old version of pyext that you are using. Have you tried the one on http://grrrr.org/ext/beta or even the whole
pd-extendend package?I've tried with beta version but now I'm getting this message:
py/pyext 0.2.1pre - python script objects (C)2002-2007 Thomas Grill - http://grrrr.org/ext
using Python 2.4.3 (#69, Mar 29 2006, 17:35:34) [MSC v.1310 32 bit
(Intel)] ImportError: No module named numpy.core.multiarray
and it still don't work. Tried with latest pd extended but I get same massege. Is my Python installation bad when this module missing?
No, everything should work fine, except that you can't use the numpy
extension.When you say "it still don't work", what exactly doesn't work? Can you provide an example patcher?
greetings, Thomas
It means that pd can't create pyext object. When I tried to open simple-1.pd this is the message I get: ImportError: No module named simple pyext simple ex1 .... couldn't create
and object pyext is with dashed lines.... When I open buffer-1.pd the py object is created but then I get this: ImportError: No module named buffer
Hm?
Bosko
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
Am 02.07.2007 um 18:17 schrieb Bosko Milakovic:
It means that pd can't create pyext object. When I tried to open
simple-1.pd this is the message I get: ImportError: No module named simple pyext simple ex1 .... couldn't createand object pyext is with dashed lines.... When I open buffer-1.pd
the py object is created but then I get this: ImportError: No module named buffer
That means that the respective py scripts can't be found.
When you point the pd path to the folder where the scripts are, it
will work.
You can alternatively copy the scripts into the folder where the
example patches reside.
greetings, Thomas
Great, thanks, now it's working.
Bosko
From: Thomas Grill gr@grrrr.org To: "Bosko Milakovic" bmilakovic@hotmail.com CC: pd-list@iem.at Subject: Re: [PD] pyext object not recognized Date: Mon, 2 Jul 2007 19:58:21 +0200
Am 02.07.2007 um 18:17 schrieb Bosko Milakovic:
It means that pd can't create pyext object. When I tried to open
simple-1.pd this is the message I get: ImportError: No module named simple pyext simple ex1 .... couldn't createand object pyext is with dashed lines.... When I open buffer-1.pd the py object is created but then I get this: ImportError: No module named buffer
That means that the respective py scripts can't be found. When you point the pd path to the folder where the scripts are, it will work. You can alternatively copy the scripts into the folder where the example patches reside.
greetings, Thomas
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/