dir2ogg fails with python-2.6 Reproducible: Always Steps to Reproduce: 1. emerge dir2ogg 2.dir2ogg -r -q6 -a --delete-input . Actual Results: dir2ogg 0.11.6 (2008-07-14), converts audio files into ogg vorbis. Traceback (most recent call last): File "/usr/bin/dir2ogg", line 627, in <module> main() File "/usr/bin/dir2ogg", line 616, in main ConvertDirectory(conf, directory, files) File "/usr/bin/dir2ogg", line 577, in __init__ Convert(directory + song, conf) File "/usr/bin/dir2ogg", line 326, in __init__ getattr(self, 'grab_%s_tags' % ext)() File "/usr/bin/dir2ogg", line 285, in grab_mp3_tags from mutagen.id3 import ID3, error ImportError: No module named mutagen.id3
Did you use python-updater to remerge mutagen against python 2.6? Try to reemerge it.
(In reply to comment #1) > Did you use python-updater to remerge mutagen against python 2.6? > Try to reemerge it. > #> python-updater -o python-2.5 * Starting Python Updater from python-2.5 to 2.6 : * Couldn't find old libpython soname * Disabling soname check. * No packages needs to be remerged. and after #> emerge dir2ogg ; emerge mutagen -1 I get the same error
+ 14 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> + +dir2ogg-0.11.8.ebuild: + Version bump. Try 0.11.8 and reopen if it's still a issue.