Re: create Powerpoint via com

2007-09-02 Thread Alan Isaac
Well, my needs were very limited so the result is too, but in case someone else just needs to get started: http://econpy.googlecode.com/svn/trunk/utilities/mso.py Comments, suggestions, additions welcom. Alan Isaac -- http://mail.python.org/mailman/listinfo/python-list

Re: create Powerpoint via com

2007-08-31 Thread Alan Isaac
>>How about chart creation (in Ppt 2003)? >>I do not see how to do this with Python. [EMAIL PROTECTED] wrote: > You probably need to browse the COM object using PythonWin, which is a > part of the ActiveState distro. You can also use Python's builtin > function, dir, to find out various methods of

Re: create Powerpoint via com

2007-08-31 Thread kyosohma
On Aug 30, 11:55 pm, Alan Isaac <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > > OK, creating bulleted lists, or tables, > or adding pictures is all straightforward. > How about chart creation (in Ppt 2003)? > I do not see how to do this with Python. > > Thanks, > Alan Alan, You pro

Re: create Powerpoint via com

2007-08-30 Thread Alan Isaac
[EMAIL PROTECTED] wrote: > OK, creating bulleted lists, or tables, or adding pictures is all straightforward. How about chart creation (in Ppt 2003)? I do not see how to do this with Python. Thanks, Alan -- http://mail.python.org/mailman/listinfo/python-list

Re: create Powerpoint via com

2007-08-30 Thread Alan Isaac
[EMAIL PROTECTED] wrote: > Hope that helps! Yes indeed. Thanks! Alan -- http://mail.python.org/mailman/listinfo/python-list

Re: create Powerpoint via com

2007-08-30 Thread kyosohma
Alan, On Aug 30, 1:37 pm, Alan Isaac <[EMAIL PROTECTED]> wrote: > Can someone point me to a simple example > or better yet tutorial for creating > a Powerpoint using Python. > > Thanks, > Alan Isaac You should check our the following for information on using COM itself: http://www.oreilly.com/ca

create Powerpoint via com

2007-08-30 Thread Alan Isaac
Can someone point me to a simple example or better yet tutorial for creating a Powerpoint using Python. Thanks, Alan Isaac -- http://mail.python.org/mailman/listinfo/python-list