crash in trying to load mirage DB
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
autoqueue |
Fix Committed
|
High
|
Eric Casteleijn |
Bug Description
Traceback (most recent call last):
File "/usr/share/
from autoqueue import AutoQueueBase, SongBase
File "/usr/lib/
try: return old_import(module, *args, **kwargs)
File "/usr/local/
from mirage.daemon import Db
File "/usr/lib/
try: return old_import(module, *args, **kwargs)
File "/usr/local/
cdll.
File "/usr/lib/
return self._dlltype(name)
File "/usr/lib/
self._handle = _dlopen(self._name, mode)
OSError: /usr/lib/
Hmm, did you install the mirage extension for banshee? (If so, it looks like the hard coded path is no longer correct, if not, then I messed up the 'soft' dependency on mirage, so either way this is a bug.)