[pygtk] ImportError: DLL load failed
Martin Walser
martin.walser at gmx.de
Tue Feb 24 05:52:03 WST 2009
John wrote:
> Sorry, I missed that. Then you probably need to compile and install the
> debug version of pygtk; I don't think mixing a debug python build with
> non-debug extension modules works.
The debug version is basically another python_d.exe and it's libs/dlls.
The release version is also built and it's the release version (python.exe
without _d) that complains because of a missing DLL.
So this shouldn't really be the problem.
More information about the pygtk
mailing list