Re: [python-win32] Running a script

2005-09-20 Thread Amit Upadhyay
On 9/20/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Assuming your Python installation is viable (does typing python sansquotes at the command line launch the Python interpreter?), have you renamed the file from rtf2xml to rtf2xml.py as required to rununder MS Windows? I fear that may not be

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 capable

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

[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

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 libaries

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 upon