Hallo! Du (Martin Michlmayr) hast geschrieben: >Just to confirm, when you start python and then type 'import cdrom' it >fails?
$ python Python 2.4.4 (#2, Apr 26 2007, 00:02:45) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import cdrom Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named cdrom > Can you check whether /usr/lib/python-support/python-cddb/python2.4/cdrom.so >exists? $ ls -la /usr/lib/python-support/python-cddb/python2.4/cdrom.so -rw-r--r-- 1 root root 5616 Jun 30 2006 /usr/lib/python-support/python-cddb/python2.4/cdrom.so Cord -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

