Pure Python GUI lib?

Andrew MacIntyre andymac at bullseye.apana.org.au
Sat Dec 22 19:31:20 EST 2007


oyster wrote:
> For the word "Pure", I mean it is not a C/C++/Z++.. extension, so that
> we can use it under  pythons of different version. Is it possible?
> I don't like to update the module for different python and the module
> 
> Currently, I am writing the interface to
> iup(http://www.tecgraf.puc-rio.br/iup) via ctypes, but find 2 too
> strange things which have let me feel blue for some days, and I don't
> know whether it can be successful or not. Can anyone give me some
> lights? Thank you. :)

Venster is a Windows API GUI wrapper on top of ctypes.  Fairly low level,
but quite viable.  I have an application at work using an old version 
(0.21) on an old version of ctypes (0.6.3) that works fine, though it
doesn't do MDI.

Sadly Venster appears not to have recently been maintained in line with
changes in ctypes, but the code (available from SourceForge) could still 
prove a useful reference.

Cheers,
Andrew.

-- 
-------------------------------------------------------------------------
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac at bullseye.apana.org.au  (pref) | Snail: PO Box 370
        andymac at pcug.org.au             (alt) |        Belconnen ACT 2616
Web:    http://www.andymac.org/               |        Australia



More information about the Python-list mailing list