Re: [python-win32] Client site not available

2005-09-20 Thread Mark Hammond
> The same process works fin in VBScript on the example page from > MagTek.. Does it work from VBScript executed via cscript/wscript? If it only works from VBScript inside a webpage hosting the control, the problem will be that you need an OCX "container" to host the control. Pythonwin is capabl

Re: [python-win32] Running a script

2005-09-20 Thread Steve Holden
Roger Shuttleworth wrote: > Hello > > Windows XP SP2. > > I am a Python novice. I downloaded an application called rtf2xml that > converts RTF files to XML. I have Python 2.4 installed, and updated my > path to include c:\python24. The application has the following folder > structure: > >

Re: [python-win32] Client site not available

2005-09-20 Thread Garth Johnson
Mark Hammond wrote: The same process works fin in _vbscript_ on the example page from MagTek.. Does it work from _vbscript_ executed via cscript/wscript? If it only works from _vbscript_ inside a webpage hosting the control, the problem will be that you need an OCX "containe

[python-win32] Getting tired with py2exe

2005-09-20 Thread Thomas Heller
I'm slowly getting tired maintaining py2exe. It is far from perfect, although it has interesting features (I would say). The problem, apart from the work, is that it is good enough for me - I can do everything that I need with it. But I assume I use far less libaries than other Python programmer

Re: [python-win32] Getting tired with py2exe

2005-09-20 Thread Steve Holden
Thomas Heller wrote: > I'm slowly getting tired maintaining py2exe. It is far from perfect, > although it has interesting features (I would say). > > The problem, apart from the work, is that it is good enough for me - I > can do everything that I need with it. But I assume I use far less > liba

Re: [python-win32] Getting tired with py2exe

2005-09-20 Thread Garth Johnson
Steve Holden wrote: >Ignoring all the philosophical questions I'd like to thank you for all >your hard work on py2exe over the years, which has benefited the Windows >Python community immeasurably. > >regards > Steve > > here here! I have just begun my trek into Python and am already relying