Re: [python-win32] Word Document manipulation (newbie)

2007-05-18 Thread Mark Hammond
> I am trying to manipulate a word doc and realize that there > are modules available but to date have been unable to get my > paws on them. I have installed python 2.4.4 with > pywin32-210.win32-py2.4. I have bought Mark Hammonds book > which references such modules wdclass.py and the use of > ea

Re: [python-win32] interacting with Windows Media Player

2007-05-18 Thread Tim Golden
> Also, I don't have to use WMP if this can be done easier with another > media player. All I need to play are MPEG2 video files. Would have thought it's worth checking out mplayer. TJG ___ Python-win32 mailing list Python-win32@python.org http://mail.p

Re: [python-win32] interacting with Windows Media Player

2007-05-18 Thread Niki Spahiev
E R wrote: > Hello, > > I am trying to write a simple video bookmarking tool with python. It > would allow you to keep track of and annotate locations in video files > so you can quickly find and jump to them. > > To do this I just need to solve two technical problems. The first is > to instantia

[python-win32] interacting with Windows Media Player

2007-05-18 Thread E R
Hello, I am trying to write a simple video bookmarking tool with python. It would allow you to keep track of and annotate locations in video files so you can quickly find and jump to them. To do this I just need to solve two technical problems. The first is to instantiate a visible instance of Wi

[python-win32] embedded python and winsound module

2007-05-18 Thread Irene Ladyko
Hello, python-win32. I use Python version 2.4.4 under win32. I built python using pcbuild.sln. There is winsound module project in it, so I built it too. After that I can run python.exe interpeter directly and load winsound module in it. All be OK. D:\>python.exe Python 2.4.4 (#71, May

Re: [python-win32] Word Document manipulation (newbie)

2007-05-18 Thread Tim Golden
[EMAIL PROTECTED] wrote: > I am trying to manipulate a word doc and realize that there are modules > available > but to date have been unable to get my paws on them. I have installed > python 2.4.4 with pywin32-210.win32-py2.4. I have bought Mark Hammonds > book which references such modules w