On Mon, Jul 13, 2009 at 12:38, A. Christine Spang <[email protected]> wrote:
> On Mon, Jul 13, 2009 at 06:41:40AM +0200, David Riebenbauer wrote:
> > Package: quodlibet
> > Version: 2.1-1
> > Severity: important
> >
> > I am actually quite surprised to be the first to report this bug.
> > Quodlibet won't start for me. Here's the output on the commandline.
>
> I can reproduce, and I've tracked down which files are causing the
> failure. It's definitely a packaging issue, and I think it has something
> to do with python-support triggers. I'll look at it more tonight or
> tomorrow and get back to you. (A hackish temporary fix would be to kill
> /usr/lib/pymodules/python2.5/quodlibet/plugins/editing/__init__.py* and
> /usr/lib/pymodules/python2.5/quodlibet/plugins/songsmenu/__init__.py*.)
I removed these files to no avail:
Traceback (most recent call last):
File "/usr/bin/quodlibet", line 285, in <module>
main()
File "/usr/bin/quodlibet", line 49, in main
from quodlibet import widgets
File "/usr/lib/pymodules/python2.5/quodlibet/__init__.py", line 117, in
import_ql
try: return old_import(module, *args, **kwargs)
File "/usr/lib/pymodules/python2.5/quodlibet/widgets.py", line 21, in
<module>
from quodlibet.plugins.events import EventPlugins
ImportError: cannot import name EventPlugins