Pure Python GUI lib?

kyosohma at gmail.com kyosohma at gmail.com
Sat Dec 22 13:44:24 EST 2007


On Dec 22, 7:31 am, oyster <lepto.pyt... at gmail.com> 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. :)
>
> You can download the files athttp://pyguiviactypes.googlepages.com/mini_bug.zip
> I am using python 2.5.1 on win2k with sp4
>

<snip>

While wxPython may not be pure (per se), it DOES offer some MDI
interfaces. And it works with 2.3 - 2.5. I would think that that would
be good enough for the purposes you mention in your post.

Mike



More information about the Python-list mailing list