Am Freitag, den 27.01.2006, 14:24 +0000 schrieb Martin Michlmayr:
> * Fionn Behrens <[EMAIL PROTECTED]> [2006-01-24 10:31]:
> > APT policy: (990, 'testing'), (700, 'unstable'), (500, 'breezy'), (110,
> > 'experimental')
>
> Yeah, I suppose that's your problem. You probably have the 'python'
> package from Ubuntu which points to python2.4. Don't mix Debian and
> Ubuntu, please. If you want to use jack from Debian, fine, but then
> use Debian's python package. If you want to use Ubuntu's Python
> package, please use the jack Ubuntu distributes.
Okay, sorry for having bothered you. I have another tip for you, however
and it applies for both versions of jack:
You should fix the dependency for python-eyed3, because it seems like
older versions crash when used with jack (at least). I had eyed3 version
0.6.4 installed and always got the following exception:
Traceback (most recent call last):
File "/usr/bin/jack", line 270, in ?
jack_tag.tag(freedb_rename)
File "/usr/lib/python2.4/site-packages/jack_tag.py", line 101, in tag
tag.link(mp3file)
File "/usr/lib/python2.4/site-packages/eyeD3/tag.py", line 455, in link
padding = self.__loadV2Tag(f);
File "/usr/lib/python2.4/site-packages/eyeD3/tag.py", line 1196, in
__loadV2Tag
padding = self.frames.parse(fp, self.header);
File "/usr/lib/python2.4/site-packages/eyeD3/frames.py", line 1371, in
parse
self.addFrame(createFrame(frameHeader, data));
File "/usr/lib/python2.4/site-packages/eyeD3/frames.py", line 1648, in
createFrame
f = DateFrame(frameHeader, data = data);
File "/usr/lib/python2.4/site-packages/eyeD3/frames.py", line 620, in
__init__ self.setDate(self.text);
File "/usr/lib/python2.4/site-packages/eyeD3/frames.py", line 640, in
setDate
assert(isinstance(d, unicode));
AssertionError
I checked it with the jack debian package ("fixed" for 2.4) and the
ubuntu package as well. After upgrading eyed3 to 0.6.8, the problem
disappeared. So you might want to reflect that in your next revision.
best regards,
Fionn
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]