[mb-users] Adding DiscID segfaults
Lukáš Lalinský
lalinsky at gmail.com
Sun Jun 29 18:01:41 UTC 2008
Dňa Ne, 2008-06-29 o 10:52 -0700, Grant napísal:
> python -c 'from musicbrainz2 import disc; print disc.readDisc().id'
> $ python -c 'from musicbrainz2 import disc; print disc.readDisc().id'
> Traceback (most recent call last):
> File "<string>", line 1, in ?
> ImportError: No module named musicbrainz2
Sorry, please try this instead:
python -c 'from picard import disc;d = disc.Disc();d.read(None);print
d.id'
> Should I continue with the below? I get 'command not found' from 'gdb python'.
Ah, it needs gdb. Would be useful to install it and get the backtrace,
but it only makes sense if the above crashes.
Lukas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Toto je =?ISO-8859-1?Q?digit=E1lne?=
=?ISO-8859-1?Q?_podp=EDsan=E1?= =?UTF-8?Q?_=C4=8Das=C5=A5?=
=?ISO-8859-1?Q?_spr=E1vy?=
Url : http://lists.musicbrainz.org/pipermail/musicbrainz-users/attachments/20080629/a5d3f268/attachment.pgp
More information about the MusicBrainz-users
mailing list