On Fri, Nov 19, 2010 at 7:28 AM, Ulrich Eckhardt
<ulrich.eckha...@dominolaser.com> wrote:

>> Now when I created a 2nd function to wrap a library function I get the
>> following.
>>
>> ImportError: DLL load failed: The specified module could not be found.
>
> This can mean that the module itself couldn't be loaded or that one of the
> DLLs it depends on couldn't be found. Use dependencywalker to check.

What do I do when I find these dependencies?
Do I put them in some environment variable?
Do I put them in site-packages along with the .pyd file, or in some
other directory?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to