Re: [python-win32] manual Install of Python into Windows PE

2005-06-22 Thread Roel Schroeven
Blake Garner wrote: > I'm in the process of wirting some automation tools on top of Windows PE. > I would like to start using python instead of windows command shell.. Perhaps Movable Python (http://sourceforge.net/projects/movpy) can prove useful in your case. -- If I have been able to see

Re: [python-win32] manual Install of Python into Windows PE

2005-06-22 Thread Blake Garner
I will look into that... Although I would prefer to find out about all registry changes or files that get installed outside of the python24 directory. Thanks, Blake- On 6/22/05, Roel Schroeven <[EMAIL PROTECTED]> wrote: > Blake Garner wrote: > > > I'm in the process of wirting some automatio

Re: [python-win32] manual Install of Python into Windows PE

2005-06-22 Thread Roel Schroeven
Blake Garner wrote: > I will look into that... > > Although I would prefer to find out about all registry changes or > files that get installed outside of the python24 directory. I guess you could distill that information from the installer script -- I think there is a script that creates the

Re: [python-win32] McMillian Installer

2005-06-22 Thread Fred Dixon
On 6/21/05, Thomas Heller <[EMAIL PROTECTED]> wrote: "Schollnick, Benjamin" <[EMAIL PROTECTED]> writes:>> > It's okay  I just miss McMillian's installer...>> > It's unsupported, so I've moved to py2exe...  But >> > McMillian's package seemed to be better with>> > the dependency issues  And

[python-win32] Word hyperLink problem and PageSetup question

2005-06-22 Thread kimwaic888-pythonwin32
Hi all, Appreciate it if anybody can help me with a couple of items: (1) When I use the InsertFile method to insert a .doc file into my current DOC file, all of the hyperlinks get messed up. In the original document, the hyperlink is stored as an fullpath. After InsertFile, all of the links los

[python-win32] GUI analyzer of log file

2005-06-22 Thread Peter Jessop
Hi Michael Are you using Windows? If so have you looked at logparser? It's an amazing tool. You can download it from http://www.microsoft.com/downloads/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&displaylang=en Regards Peter Jessop ___