Re: [python-win32] Load PDF

2005-10-03 Thread Mark Hammond
This crash happens deep inside Acrobat itself and seems like a bug in that software.   Running the following _vbscript_ code produces the exact same error for me:   set test = CreateObject("AcroPDF.PDF.1")test.LoadFile("filename.pdf") Mark -Original Message-From: [EMAIL PROTEC

[python-win32] Hooks

2005-10-03 Thread Alan Patterson
I am looking to use python with the Windows Hooks calls namely, e.g.: SetWindowsHookEx. It does not seem to be implemented in python-win32. Does anyone have a wrapper around these functions, or is there any problem with doing this? Thanks, Alan ___ Pytho

Re: [python-win32] [Tutor] Load PDF

2005-10-03 Thread bob
I am moving this to the python-win32 list where we can better handle it. Please send further replies there. At 03:41 AM 10/3/2005, Pepe Pena wrote: >I am attempting to load a pdf file programatically within Adobe Reader >using the Adobe Acrobat 7.0 Browser Control Type Library. If I run this >c

[python-win32] Load PDF

2005-10-03 Thread Pepe Pena
Hello,   I am attempting to load a pdf file programatically within Adobe Reader using the Adobe Acrobat 7.0 Browser Control Type Library.  If I run this code PythonWin terminates abruptly, can anyone suggest any changes I should make to the following lines of code, thanks.   import win32com.client