[python-win32] (no subject)

2006-09-23 Thread Michael S
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

[python-win32] plot function

2006-09-23 Thread zhangh1
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 Python-win32@python.org