Re: [Rhythmbox-devel] Could not find loader Python

2013-06-18 Thread Jonathan Matthew
This is probably why the python console isn't working for you now. Python 2.x and python 3.x are not interchangeable. On Mon, Jun 10, 2013 at 1:17 PM, Ankit Arora wrote: > I copy pasted and renamed libpythonloader.so to libpython3loader.so in the > above mentioned directory and now it works fine

Re: [Rhythmbox-devel] Could not find loader Python

2013-06-09 Thread Ankit Arora
I copy pasted and renamed libpythonloader.so to libpython3loader.so in the above mentioned directory and now it works fine On Mon, Jun 10, 2013 at 8:31 AM, Ankit Arora wrote: > Doing that then throws the error > > (rhythmbox:916): libpeas-WARNING **: Could not find loader 'python3' for > plugin

Re: [Rhythmbox-devel] Could not find loader Python

2013-06-09 Thread Ankit Arora
Doing that then throws the error (rhythmbox:916): libpeas-WARNING **: Could not find loader 'python3' for plugin 'floonitz' in addition to (rhythmbox:916): libpeas-WARNING **: libpython3loader.so: /usr/lib/libpeas-1.0/loaders/libpython3loader.so: cannot open shared object file: No such file or dir

Re: [Rhythmbox-devel] Could not find loader Python

2013-06-09 Thread Jonathan Matthew
On Mon, Jun 10, 2013 at 7:48 AM, Ankit Arora wrote: >> (rhythmbox:29302): libpeas-WARNING **: Could not find loader 'python' for >> plugin 'floonitz' > > > I'm getting this error after building the latest 2.99 version via JHBuild. > The 2.98 version installed directly via apt has no such issues. >

[Rhythmbox-devel] Could not find loader Python

2013-06-09 Thread Ankit Arora
> > (rhythmbox:29302): libpeas-WARNING **: Could not find loader 'python' for > plugin 'floonitz' I'm getting this error after building the latest 2.99 version via JHBuild. The 2.98 version installed directly via apt has no such issues. Is there a common solution to this? Seems like a common pro