[pywin32-bugs] [ pywin32-Bugs-789222 ] ActiveX Acrobat example does not exit properly
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-04-25 07:53:32
|
Bugs item #789222, was opened at 2003-08-15 22:50 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=789222&group_id=78018 Category: None Group: None >Status: Pending >Resolution: Works For Me Priority: 5 Submitted By: Bryan Bates (theseeker) Assigned to: Nobody/Anonymous (nobody) Summary: ActiveX Acrobat example does not exit properly Initial Comment: I'm attempting to use the Acrobat Reader plugin example as a base for including the acroread plugin in my own app, but the example never actually quits under Python 2.3, wxWindows 2.4.1.2, and win32all 157. Is this a known problem with these versions? If so, is there a set of versions that is known to work? Thanks, Bryan ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2004-04-25 17:53 Message: Logged In: YES user_id=14198 Is this still a problem? If so, please reset the status of the bug to open, and let me know what the result of "pythoncom._GetInterfaceCount()" and "pythoncom._GetGatewayCount()" is. If either of these are non-zero, then either your app still has a reference to the COM object (which would explain the problem), or we have a leak in win32com (which would also explain it). I'll need to see a stand-alone example using only win32com before I will be able to assume it is a win32com bug (we do a fair bit of leak checking in our test suite) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=789222&group_id=78018 |