Hi As I'm running a bit out of ideas, I'm asking tag maintainer, maybe he can see what can be wrong:
Dne Sun, 08 Jun 2008 13:41:30 -0500
Steve Greenland <[EMAIL PROTECTED]> napsal(a):
> Package: python-tagpy
> Version: 0.94.5-1
> Severity: normal
>
> On an up-to-date Lenny system:
>
> $ python2.4
> Python 2.4.5 (#2, Apr 16 2008, 22:26:02)
> [GCC 4.2.3 (Debian 4.2.3-3)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import tagpy
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/lib/python2.4/site-packages/tagpy/__init__.py", line 24, in ?
> import _tagpy
> ImportError: /usr/lib/python2.4/site-packages/_tagpy.so: undefined symbol:
> _ZN6TagLib5ID3v15genreEi
So libtag does not export this symbol, but as far as I can see it is
defined in headers (taglib/id3v1genres.h):
namespace TagLib {
namespace ID3v1 {
[...]
String genre(int index);
From my POV is looks like a missing symbol or export in libtag...
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
signature.asc
Description: PGP signature

