GNOME Bugzilla – Bug 548960
Deal with missing pygst better
Last modified: 2008-08-22 14:28:56 UTC
Well conduit seems to handle dependancy tracking on the fly, so I get errors like this when running it: [Module ][WARNING] Error loading the file: /opt/gnome2.24/lib/conduit/modules/RhythmboxModule/RhythmboxModule.py Traceback (most recent call last):
+ Trace 205523
mod = self._import_file(filename)
mods = pydoc.importfile (filename)
raise ErrorDuringImport(path, sys.exc_info()) ErrorDuringImport: problem in /opt/gnome2.24/lib/conduit/modules/RhythmboxModule/RhythmboxModule.py - <type 'exceptions.ImportError'>: No module named pygst (Module.py:201)
raise ErrorDuringImport(path, sys.exc_info()) ErrorDuringImport: problem in /opt/gnome2.24/lib/conduit/modules/iPodModule/iPodModule.py - <type 'exceptions.NameError'>: name 'gpod' is not defined (Module.py:201)
same for pygst and perhaps others. b) let the module loading fail silently or at least don't show the Traceback if the error is due to missing (non standard) dependancy packages
Lol, this new ipod and media transcoding code (from GSOC work 2008) hit SVN about 6 hours ago. There be dragons! Im aware of all these issues, it will be a few hours before they get cleaned up.
Oh sorry :)
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.