[pywin32-bugs] [ pywin32-Bugs-2693152 ] pythoncom fails to import due to CreateURLMonikerEx
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2009-03-31 08:37:58
|
Bugs item #2693152, was opened at 2009-03-19 12:01 Message generated for change (Settings changed) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2693152&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Mark Hammond (mhammond) Assigned to: Nobody/Anonymous (nobody) Summary: pythoncom fails to import due to CreateURLMonikerEx Initial Comment: Noticed on the 'bzr' mailing list which recently released a binary using build 213 """ Entry point to procedure CreateURLMonikerEx does not found in DLL urlmon.dll I've tried to install on Windows 2000 machine. """ Note this machine was running the Russian version which may be relevant, as MSDN says it should be there... ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2009-03-31 19:37 Message: >From private mail: second -- i noticed a bug filed against pywin32, build 213. just wanted you to know that we're seeing the same problem here on an old win2k SP4 vm, which ships the urlmon.dll at the link below. dependency walker indicates it can't import CreateURLMonikerEx, and hacking up pythoncom_CreateURLMonikerEx in PythonCOM.cpp to remove that call fixes the import issue. http://dl.getdropbox.com/u/2/urlmon.dll bug subject line: [ pywin32-Bugs-2693152 ] pythoncom fails to import due to CreateURLMonikerEx just letting you know, as the bug was marked closed, but it does cause py2exe-created exes to barf (fails to memoryloadlibrary pythoncom25.dll) where they worked in versions < 213 -- hope this is helpful. ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2009-03-23 15:58 Message: Followup from the original reporter: I've discovered that I had semi-broken IE installation on that machine. Reinstalled IE6 did fix the problem. Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2693152&group_id=78018 |