True standard Windows app in Python?

Miki Tebeka miki.tebeka at zoran.com
Sun Dec 28 14:59:24 EST 2003


Hello Pjer,
> If I were to build a Windows application that is a true standard Windows
> application in every conceivable way and that adheres to the MS Windows
> standards as much as possible (installation, GUI, printing, registry, RTF
> etc.), and if portability to other platforms is only a minor concern, ...
> would Python be a good choice?
> 
> What packages, libraries and modules would you recommend for GUI,
> installation, data storage etc.?
The combination I use at work is:
Python + wxPython + win32all + py2exe + NSIS Installer.

Works like a charm, native looking Windows application in no-time.

HTH.
Miki




More information about the Python-list mailing list