calldll for python 2.2 available?

Thomas Heller thomas.heller at ion-tof.com
Wed Jan 9 08:38:12 EST 2002


"Martin Bless" <m.bless at gmx.de> wrote in message news:3c3e4018.20856412 at news.muenster.de...
> At first glance everything works ok. For example
> >>> python setup.py build -mingw32
> will successfully compile the simple 'hello.c' from Mark Lutz's book
> "Programming Python 2nd Ed.". No error messages.
>
> Unfortunately 'import hello' afterwards will say something like
> "Import error: Eine für diese Operation erforderliche DLL wurde nicht
> gefunden". ("a DLL needed for this operation wasn't found").
>
> Same error with other modules containing *.c extensions.
> Seems to be a windows error message passed through, since it talks
> german.
>
> Any ideas what the problem may be?
This means your hello.pyd needs another dll which could not be found.
http://www.dependencywalker.com/ has a free tool which helps
with these problems. Highly recommended!

Thomas





More information about the Python-list mailing list