Interface graphique pour python

Fred nobody at nowhere.com
Thu Aug 19 12:40:41 EDT 2004


On 19 Aug 2004 07:50:35 -0700, yaoroland07 at yahoo.com (Roland) wrote:
>J'ai redhat 9.0 sur mon ordinateur. Et j'ai besoin d'une interface
>graphique de python pour cnstuire une application . J'ai cherché mais
>en vain. Pourriez-vous m'indiquer une?

Most people use wxWidgets, and its Python wrapper wxPython. You call
also take a look at 
- PyQT (wrapper to the QT widget set, the one used by KDE), 
- pyFLTK (... to the FLTK widget set, but this wrapper seems no longer
under development), 
- PyGTK (you guessed it), 
- FXPy (to the FOX library)

Fred.



More information about the Python-list mailing list