PyGTK

Jeremy Sanders jeremy+complangpython at jeremysanders.net
Thu Feb 9 05:22:30 EST 2006


Huy wrote:

> What I am curious to know is whether anyone has come across any
> noteworthy gui development platforms.  Cross compatibility is not a
> must, but a bonus.  Good documentation and clarity is essential for me.
>  Also, I imagine I can use modules for image manipulation in tandem
> with the GUI interface?  Any comments or speculations are looked
> forward to.  Just thought I'd see if there's anything out there the
> community knows I may not be currently aware of.

PyQt is very easy to use and Qt is well documented, see
http://www.riverbankcomputing.co.uk/pyqt/

The main issue is whether the licence of your code is compatible with the
GPL licensing of Qt and PyQt. If not you will need a commercial license.

I've used it in combination with numarray for image manipulation (however
NumPy is probably better than numarray now). I suppose it depends on what
sort of image manipulation you need.

Jeremy

-- 
Jeremy Sanders
http://www.jeremysanders.net/



More information about the Python-list mailing list