Re: [python-win32] installation problem on win xp

2011-07-07 Thread Tim Roberts
Vernon Cole wrote: > > In order to run the one I want, I have a group of batch files on my > search path. For example, py32.bat contains:... > c:\python32\python.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 Here's your unsolicited Windows hint of the day. You can simplify and generalize that by saying:

Re: [python-win32] installation problem on win xp

2011-07-07 Thread Lynn Oliver
Vernon: You may be right that I was doing too much, but I wanted to get as close as possible to a clean install. I was using the recommended method for installation and downloading the version matching python. I went back to python 2.7 and got pywin32 to work, but only after uninstalling ever

[python-win32] Word document with columns and page break.

2011-07-07 Thread Little Guy
Hi, I'm trying to create a Python script using win32com that creates a Word 2003 document. This will become part of a little bigger script for work. After the document opens up, it is split into two columns, then text is pasted in, taking up both columns. After this is done, I'd like to move