Hi List
I am trying to load pyext library into PD on Ubuntu (Lucid) , my python version is Python 2.6.5 but Im gettin getting the following error on start up
/usr/lib/pd-extended/extra/pyext/py.pd_linux: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
Is it because of my version of python? Thanks for any help
Al
hi, I have this version and I get the same error... r
patrick a écrit :
hi,
are you using this version? http://grrrr.org/ext/beta/linux/pd/py.pd_linux
pat
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
ok, try the version include in the download: https://puredata.info/Members/patrick/pdpyrssparser/at_download/file
from http://puredata.info/Members/patrick - pdpyrssparser
working?
Hi,
the version of pyext you are using has been compiled for Python 2.5 .
Obviously your system uses Python 2.6, that's way the external can't
be loaded.
So, either install Python 2.5 on your system or - recommended -
compile your version of pyext for Python 2.6.
gr~~~
Am 29.09.2010 um 09:13 schrieb ALAN BROOKER:
Hi List
I am trying to load pyext library into PD on Ubuntu (Lucid) , my
python version is Python 2.6.5 but Im gettin getting the following
error on start up/usr/lib/pd-extended/extra/pyext/py.pd_linux: libpython2.5.so.1.0:
cannot open shared object file: No such file or directoryIs it because of my version of python? Thanks for any help
Al _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
ok thanks All :) On Wed, Sep 29, 2010 at 8:52 PM, Thomas Grill gr@grrrr.org wrote:
Hi, the version of pyext you are using has been compiled for Python 2.5 . Obviously your system uses Python 2.6, that's way the external can't be loaded. So, either install Python 2.5 on your system or - recommended - compile your version of pyext for Python 2.6. gr~~~
Am 29.09.2010 um 09:13 schrieb ALAN BROOKER:
Hi List
I am trying to load pyext library into PD on Ubuntu (Lucid) , my python version is Python 2.6.5 but Im gettin getting the following error on start up
/usr/lib/pd-extended/extra/pyext/py.pd_linux: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
Is it because of my version of python? Thanks for any help
Al _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list