> 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
> 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
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
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
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
[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