Re: GUI apps in Windows with native widgets?
vbr at email.cz
vbr at email.cz
Tue Jun 19 09:44:51 EDT 2007
> ------------------------
> From: Gilles Ganault <nospam at nospam.com>
> Subj: GUI apps in Windows with native widgets?
> Date: 19.6.2007 04:15:55
> ----------------------------------------
> Hello
>
> I'd like to write a GUI app in Python exclusively for Windows.
> Apparently, development of PythonWin has stopped a long time ago.
>
> Is there another thin wrapper to write apps in Windows? I'd rather not
> have to ship eg. WxWidgets, GTK+, or QT.
>
> Thank you.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
>
Hello,
I haven't tried it myself in a real application (while using wxpython), but Venster seems to be much more lightweight than some other more popular GUI toolkits; it also supports only Windows. You may check it here:
http://venster.sourceforge.net/htdocs/index.html
The most important thing would be to determine, if it suits your needs (e.g. the supported widgets, methods etc.)
Greetings,
Vlastimil Brom
More information about the Python-list
mailing list