[Numpy-discussion] dll load failed when loading numpy in embedded python
Jean-François MAUREL
jfr.maurel@gmail....
Mon Sep 6 06:27:43 CDT 2010
Le 06/09/2010 12:19, Jean-François MAUREL a écrit :
> Le 06/09/2010 09:26, Jean-François MAUREL a écrit :
>> Le 06/09/2010 09:07, Christoph Gohlke a écrit :
>>> Your test program worked for me. Try opening the file test.exe with
>>> Dependecy Walker<http://www.dependencywalker.com/> and see which DLLs
>>> are found or missing.
>>>
>>> Christoph
>> Thank you, i will try this one
>>
>> regards
>>
>
using profiling in dependencyWalker I found this:
LoadLibraryExA("C:\openSource\python26\lib\site-packages\numpy\core\multiarray.pyd",
0x00000000, LOAD_WITH_ALTERED_SEARCH_PATH) called from "PYTHON26.DLL" at
address 0x1E02D9BD.
*Loaded "MULTIARRAY.PYD" at address 0x69B80000. Successfully hooked module.*
Unloaded "MULTIARRAY.PYD" at address 0x69B80000.
*LoadLibraryExA("C:\openSource\python26\lib\site-packages\numpy\core\multiarray.pyd",
0x00000000, LOAD_WITH_ALTERED_SEARCH_PATH) returned NULL. Error: Le
module spcifi est introuvable (126).
*
any ideas?
regards
--
Jean-François MAUREL
More information about the NumPy-Discussion
mailing list