escript on Windows XP DLL load failed
I installed escript-
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "escript\
File "escript\
ImportError: DLL load failed: The specified procedure could not be found.
>>>
I tried to track the problem with Dependency Walker. The error seems to happen in escriptcpp.pyd module:
LoadLibraryExA(
Loaded "ESCRIPTCPP.PYD" at address 0x009C0000. Successfully hooked module.
Loaded "BOOST_
Loaded "MSVCP100.DLL" at address 0x78050000. Successfully hooked module.
Loaded "MSVCR100.DLL" at address 0x78AA0000. Successfully hooked module.
Loaded "ESCRIPT.DLL" at address 0x011A0000. Successfully hooked module.
Loaded "NETCDF_CPP.DLL" at address 0x01250000. Successfully hooked module.
Loaded "NETCDF.DLL" at address 0x01270000. Successfully hooked module.
Unloaded "ESCRIPTCPP.PYD" at address 0x009C0000.
Unloaded "ESCRIPT.DLL" at address 0x011A0000.
Unloaded "NETCDF_CPP.DLL" at address 0x01250000.
Unloaded "NETCDF.DLL" at address 0x01270000.
Unloaded "BOOST_
Unloaded "MSVCP100.DLL" at address 0x78050000.
Unloaded "MSVCR100.DLL" at address 0x78AA0000.
LoadLibraryExA(
What should I try to make escript run? Thanks.
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask John Newman for more information if necessary.