up with PyGUI!

Nicolas Fleury nid_oizo at yahoo.com_remove_the_
Wed Sep 22 09:44:36 EDT 2004


Hans Nowak wrote:
> Zooko O'Whielacronx wrote:
> 
>> I'm a fan of Greg Ewing's PyGUI [1].  I used it to code a simple game 
>> for my son [2], and enjoyed it.  Programming with wxPython feels like 
>> programming with a C++ tool that has been wrapped in Python.  
> 
> 
> This problem is addressed by Wax:

I think it doesn't go far enough.  Wouldn't it better to hide the 
concept of wxPython ownership by now passing the parent in the 
constructor, but instead create the wxPython widget when it is finally 
added to its parent?  It could also be a good idea to take the occasion 
to respect PEP8.  Note also that "import wax" would be better than "from 
wax import *".

Regards,
Nicolas



More information about the Python-list mailing list