> 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
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:
>
>
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
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
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
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