Overriding methods in classes you don't control

runsun pan runsun at gmail.com
Mon Mar 28 05:27:35 EST 2005


Some untested idea:

1. find what is the base class of wxPython
2. x= subclass from that base class
3. make wxPython.__base__ = x

Don't know if this works, but this is what I would try if I were u
('cos its ease).




More information about the Python-list mailing list