[pywin32-bugs] [ pywin32-Bugs-3026596 ] DLL files should not include manifest
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2012-01-08 02:09:03
|
Bugs item #3026596, was opened at 2010-07-07 15:50 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3026596&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: win32 Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Farshid Lashkari (farshizzo) Assigned to: Nobody/Anonymous (nobody) Summary: DLL files should not include manifest Initial Comment: I just installed version 214 for Python 2.7 and noticed the included dll/pyd files have embedded manifests that specify the runtime library. This makes it difficult to distribute the files on machines that don't have the 9.0 runtime library already installed. All the extension modules that come with the standard library are built without embedded manifests. Shouldn't pywin32 follow the same behavior? ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2012-01-07 18:09 Message: This has been done. ---------------------------------------------------------------------- Comment By: Farshid Lashkari (farshizzo) Date: 2010-07-12 11:55 Message: Thanks for the information! Are there any plans to provide an updated build soon? ---------------------------------------------------------------------- Comment By: Christoph Gohlke (cjgohlke) Date: 2010-07-09 11:19 Message: A rebuild with the final release of Python 2.7 should take care of that. However, the pythoncom27.dll and pywintypes27.dll will likely fail to register during installation and not function as COM server. See http://bugs.python.org/issue7833. A build with embedded manifests removed from the PYD (but not from DLL) files is at http://www.lfd.uci.edu/~gohlke/pythonlibs/#pywin32. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3026596&group_id=78018 |