[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 14:26:11
|
Bugs item #3414048, was opened at 2011-09-26 16:26 Message generated for change (Tracker Item Submitted) made by bbouvais 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3414048&group_id=78018 |