I was wondering if anyone else had noticed that the Adobe Acrobat control was preventing python from exiting in the wxPython demo after exit? We can reproduce it here on several machines.
Our environments:
Adobe Acrobat 6.0 (but also seen with version 5.0, as well as other controls)
Python 2.2.2, Windows 2000, wxPython 2.3.3.1, win32all 152
Python 2.3, Windows 2000, wxPython 2.4.1.2, win32all 155
Python 2.2.2, Windows XP Home, wxPython 2.4.1.2, win32all 156
Python 2.3.2, Windows XP Home, wxPython 2.4.2.4u, win32all 157
Python 2.3.2, Windows XP Pro, wxPython 2.4.2.4u, win32all 157
Python 2.3, Windows XP Pro, wxPython 2.4.2.4, win32all 157
To reproduce:
Start wxPython Demo
Open "ActiveXWrapper_Acrobat" under "Objects using an external library"
Open a valid PDF file under Acrobat
Close the demo.
Notes:
If you select a different demo before closing the demo above, then python does not hang.
If you do not open a PDF file, it closes without hanging python.
Before I file a bug report, I want to make sure other people are experiencing the same problem, and that it is not just a problem with my configuration. We found this same problem in our application, and tracked it back to some combination of wxPython and win32com, where I quickly got lost in the details of COM. Any help, insight, or fixes will be most appreciated!
Thanks,
-Shane Holloway