Hello.
Loïc Minier wrote:
> On Fri, Sep 29, 2006, Mathias Brodala wrote:
>> File "/usr/share/quodlibet/formats/mp3.py", line 15, in ?
>> if gst.registry_get_default().find_plugin("mad") is None:
>> AttributeError: 'module' object has no attribute 'registry_get_default'
>
> That's really weird, it works here. Could you please try running
> python2.4 and typing the code below:
> import gst
> gst.registry_get_default().find_plugin("mad")
>
> Please send the resulting output, it might look like:
> >>> import gst
> >>> gst.registry_get_default().find_plugin("mad")
> <gst.Plugin object (plugin18) at 0xb7d8202c>
> >>> That’s mine: > Traceback (most recent call last): > File "<stdin>", line 1, in ? > AttributeError: 'module' object has no attribute 'registry_get_default' > Please repeat this process with python2.3 if you have it installed. With this I get the same as above with version 2.4. Regards, Mathias -- debian/rules
signature.asc
Description: OpenPGP digital signature

