FTR, the original poster just emailed me to say he neglected to mention this problem is with a py2exe built binary - py2exe has a known problem where it sometimes copies DLLs it shouldn't - so nothing to see here :)

Mark

On 28/02/2014 4:44 PM, Raghavendra Prasad NL wrote:
I am using pywin32-218.win32-py2.7.exe. I am getting "The ordinal 782
could not be located in the dynamic link library
C:\Windows\System32\urlmon.dll" in windows 8.1 machine. This is the log
I got  from depends walker

LoadLibraryA("urlmon.dll") called from "PYTHONCOM27.DLL" at address
0x014F1C8B by thread 1.
Loaded "c:\windows\system32\URLMON.DLL" at address 0x70080000 by thread
1.  Successfully hooked module.
Loaded "IERTUTIL.DLL" at address 0x643B0000 by thread 1.  Successfully
hooked module.
Loaded "WININET.DLL" at address 0x63710000 by thread 1.  Successfully
hooked module.
First chance exception 0xC0000138 (Unknown) occurred in
"c:\windows\system32\NTDLL.DLL" at address 0x77051B90 by thread 1.
Unloaded "c:\windows\system32\URLMON.DLL" at address 0x70080000 by thread 1.
Unloaded "WININET.DLL" at address 0x63710000 by thread 1.
Unloaded "IERTUTIL.DLL" at address 0x643B0000 by thread 1.
LoadLibraryA("urlmon.dll") returned NULL by thread 1. Error: The
operating system cannot run %1 (182).


Inline image 1


Inline image 2


Any pointers will be greatly appreciated...Thanks!



_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32


_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to