True standard Windows app in Python?

Harald Massa cpl.19.ghum at spamgourmet.com
Sun Dec 28 09:48:43 EST 2003


Pjer,

I use Python for sth like that.


>GUI, printing, registry, RTF
For GUI and Printing I use wxpython

for registry-work I use win32all
rtf is not standardized in any way. It is documented. But you should not 
expect the dominating word processor to adhere to this documentation. But 
... it's only text, so it's possible to deal with it.

>installation, 
Installation: I just create an exe with py2exe and copy the contents of the 
distribution directory. To do this in a "Microsoft conformant way" there is 
a great bunch of installers availible; some even generate .MSI foramt. 
McMillanInstaller provides sth. quite similiar.





More information about the Python-list mailing list