MVC in Python
Troy Melhase
troy at gci.net
Mon Aug 4 18:01:20 EDT 2003
MK wrote:
> How to achieve this feat in Python? Which techniques
> do you guys use?
Hi MK:
If memory serves (and it rarely does), you have two options. The first
would be custom wx events, and the second would be the evtmgr module in the
wxPython.lib package. Both approaches have examples in the wx demo
application. The evtmgr demo is absolutely dazzling in its simplicity, and
I would suggest you start your search there.
Good luck,
troy
More information about the Python-list
mailing list