Newbie problem with extending & embedding

Courageous jkraska1 at san.rr.com
Thu May 18 01:50:04 EDT 2000


On Windows:

"ImportError: DLL load failed: One of the library files needed
to run this application cannot be found."

Okay, playing around with this, this error is considerably
different than when the .dll doesn't exist: "ImportError:
No module named fred".

This is a very simple module right now with one function
and a simple init section. This could be some cluelessness
I have with VC6 and the construction of .dll's. I'm a
Unix guy just barely limping through all this broken Windows
stuff.

It almost seems as if I've created a .dll with a dependency
to another .dll which is not in the path. However, looking
over my Project->Settings->Link section, I can find no .dll's
mentioned there.

Any hints?



C/



More information about the Python-list mailing list