[pywin32-bugs] [ pywin32-Bugs-3414048 ] R6034 error message.
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2011-09-26 22:25:16
|
Bugs item #3414048, was opened at 2011-09-27 00:26 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3414048&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: pythonwin Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bernard Bouvais (bbouvais) Assigned to: Nobody/Anonymous (nobody) Summary: R6034 error message. Initial Comment: Hi, I have extended my c++ app with Python 3.2. When I launch a Python script from my app, I have the R6034 runtime error. Problem with "msvcr90.dll". This R6034 error is triggered by "import win32com.client" on Windows XP and Vista (32 bits). On Windows 7 (64 bits), no error message. "import win32gui" works without problem. The message appears but all works fine, I can launch winword.exe, for example. With dependency walker, I saw that pythoncomloader32.dll has a manifest but pythoncom32.dll and pywintypes32.dll don't. Maybe you have already fixed this problem. Is is possible to test your dev version ? Is it possible to download the full Visual Studio project to make tests ? Thanks. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2011-09-27 08:25 Message: It is the intention that most of the modules have no manifest. It should be that win32gui also has no manifest, so importing pythoncom should work if importing win32gui does. It may be that import win32com.client" is somehow loading pythoncomloader.dll, but I don't quite understand how this would happen. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3414048&group_id=78018 |