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

2011-07-07 Thread Vernon Cole
Lynn: First, you were working too hard. You did not need to remove 2.7.n to install 2.6.n -- they install side-by-side in C:\python27 and C:\python26. Here on my laptop, at the present moment, I have 2.3.5, 2.7.1, and 3.2 all installed. [also two versions of IronPython, one of Jython, and two

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:

[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