CDDB and DiscID for Python on cygwin

2005-11-15 Thread Jeffrey Barish
I have been trying again to get CDDB and DiscID to work on cygwin. I made it farther than I did last time I tried: I was able to get cdrommodule.c (a C extension module to the Python modules) to compile this time (problems with include files). My program now runs, but it gags when DiscID tries to

Re: CDDB and DiscID for Python

2005-05-03 Thread Jason Tishler
Jeffrey, On Mon, Apr 25, 2005 at 02:23:45PM -0600, Jeffrey Barish wrote: > I am trying to install CDDB and DiscID so that I can import them into > Python. Following the directions for win32, I put CDDB.py, DiscID.py, > win32/cdrom.py, and win32/mci.dll in /lib/python2.4/site-packages. > import C

CDDB and DiscID for Python

2005-04-25 Thread Jeffrey Barish
I am trying to install CDDB and DiscID so that I can import them into Python. Following the directions for win32, I put CDDB.py, DiscID.py, win32/cdrom.py, and win32/mci.dll in /lib/python2.4/site-packages. import CDDB works fine, but import DiscID produces the error ImportError: dlopen, Win21er