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 - http://grrrr.org/ext
using Python 2.4.4 (#1, Apr 5 2007, 20:09:06) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)]
py - No module loaded ImportError: No module named script py - No module loaded ImportError: No module named script ImportError: No module named script py - No module loaded ImportError: No module named script py - No module loaded ImportError: No module named script
An opening "pd/attr-1.pd" prints:
pyext simple ex3 ... couldn't create
Any help in getting further is appreciated!
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 "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 - http://grrrr.org/ext
using Python 2.4.4 (#1, Apr 5 2007, 20:09:06) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)]
py - No module loaded ImportError: No module named script py - No module loaded ImportError: No module named script ImportError: No module named script py - No module loaded ImportError: No module named script py - No module loaded ImportError: No module named script
An opening "pd/attr-1.pd" prints:
pyext simple ex3 ... couldn't create
Any help in getting further is appreciated!
-- peace, love & harmony Atte
http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://atte.dk/compositions
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
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 nova this works fine and saves many headaches ...
cheers, tim
-- tim@klingt.org ICQ: 96771783 http://tim.klingt.org
Linux is like a wigwam: no windows, no gates, apache inside, stable.
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 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 nova this works fine and saves
many headaches ...cheers, tim
-- tim@klingt.org ICQ: 96771783 http://tim.klingt.org
Linux is like a wigwam: no windows, no gates, apache inside, stable.
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...