Re: [python-win32] plot function

2006-09-24 Thread Waldemar Osuch
On 9/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > Does Python have a library providing a plot function similiar to matlab > that will plot a math plot or just some data points in a pop-up window > Thanks > > ___ > Python-win32 mailing list

Re: [python-win32] AVDoc and PDDoc

2006-09-24 Thread Justin Ezequiel
> From: Michael S <[EMAIL PROTECTED]> > > 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 wh

Re: [python-win32] AVDoc and PDDoc

2006-09-24 Thread Michael S
Thanks a lot Justin. I tried running your code, for some reason it just hangs. I wonder why. - Original Message From: Justin Ezequiel <[EMAIL PROTECTED]> To: [email protected] Sent: Sunday, September 24, 2006 9:52:18 PM Subject: Re: [python-win32] AVDoc and PDDoc > From: Michael