Comment 28 for bug 135936

Revision history for this message
mzenzes (mzenzes) wrote :

I'm sorry. Here is a more complete report. I'm having problems with revision 3681, from 2010-08-03 so an old one, too. Here is the traceback:

Traceback (most recent call last):
  File "/home/mzenzes/exaile-old/xl/plugins.py", line 122, in enable_plugin
    plugin = self.load_plugin(pluginname)
  File "/home/mzenzes/exaile-old/xl/plugins.py", line 84, in load_plugin
    plugin = imp.load_source(pluginname, os.path.join(path,'__init__.py'))
  File "/home/mzenzes/exaile-old/plugins/move_covers/__init__.py", line 24, in <module>
    import mcprefs
  File "/home/mzenzes/exaile-old/plugins/move_covers/mcprefs.py", line 2, in <module>
    from xlgui.prefs import widgets
ImportError: No module named prefs
WARNING : Unable to enable plugin move_covers

What could I do?