[python-win32] (no subject)

Michael S msherman77 at yahoo.com
Sat Sep 23 19:45:46 CEST 2006


Good day all.

I am trying to write a short Python script to create
some PDFs.
I create instances of App, AVDoc and PDDoc using the
following syntax:
app = Dispatch("AcroExch.App")
doc = Dispatch("AcroExch.AVDoc")
pd = Dispatch("AcroExch.PDDoc")

However when I call pd = doc.GetPDDoc(), the Python
interpreter
complains about the member function not being found. I
know for sure
that it is there, since I can execute the code in VB
no problem.

Any suggestions?

P.S. I ran the makepy on the Adobe5 type library.




More information about the Python-win32 mailing list