Python 2.2 error
Brought to you by:
che_fox
>>> import DiscID
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "C:\Python\lib\DiscID.py", line 15, in ?
import cdrom, sys
File "C:\Python\lib\cdrom.py", line 8, in ?
import mci
ImportError: DLL load failed: The specified module
could not be found.
Logged In: NO
Unfortunatly I've the same problem on Win95b...
I'm using Python 2.2.1. I already tried to move the
modules:
C:\Python22\Lib
C:\Python22\site-packages
Still doesn't work...
Anyone an idea??
I'd be very pleased to see this problem solved... I'm about
to develop a Python-program using these modules.
daniel
Logged In: NO
I got answer from ben on E-mail and iti s fillowing
Ivan Brkanac wrote:
So can somebady recompile it?
Ivan
> Hello I downloaded pycddb module but itg is not working with
> python 2.2 on win32.
> I posted bug on sourceforge but nobady is answerig I hope
that you are
> the right ben
The Windows module has to be recompiled for Python 2.2. I
cannot do
this, as I have no Windows machine that can compile Python
modules.
Ben
Logged In: NO
hello to all of you,
i have access to a microsoft visual c++ compiler (latest version) running on a windows 2000 / windows xp machine
at work. if someone can tell me what to do to compile this module, i'd do so and upload the compiled files... but i
don't know how to compile what files by myself, so i need your help.
simply drop me a line... to daniel@dsh-x.de
daniel
Logged In: YES
user_id=24723
You need to build mci.dll, check the patches section where
I've just uploaded one built for Python 2.2.2...