Re: detecting disc serial number without win32

2007-12-10 Thread Peter Otten
PiErre wrote: > I have to run a python script on a Linux machine. This script was > developed on a windows workstation and it > uses the win32 library to detect the cd (or dvd) serial number (in the > - format). > How can I change the script to do the same task on linux? > I found an old

detecting disc serial number without win32

2007-12-10 Thread PiErre
Hi, I have to run a python script on a Linux machine. This script was developed on a windows workstation and it uses the win32 library to detect the cd (or dvd) serial number (in the - format). How can I change the script to do the same task on linux? I found an old post on the same task