Re: cddb and mci produce an ImportError

2005-05-20 Thread flupke
flupke wrote: I finally succeeded in making a proper mci.dll that works. I will document what i did in the coming days and place it here. I developed the dll with DevC++. Anyway, it all works :) Benedict -- http://mail.python.org/mailman/listinfo/python-list

cddb and mci produce an ImportError

2005-05-16 Thread flupke
Hi, i am in search of a cddb module for Python on windows. I stumbled upon http://sourceforge.net/projects/cddb-py but couldn't use it since the mci.dll is compiled against Python2.0. So i'm trying to rebuild it using Dev-C++. I've succeeded in building a dll but when i try a test program it ge