Integrating a wx.App to a Panel (elegantly)

flamesrock flamesrock at gmail.com
Fri Jul 8 00:03:47 EDT 2005


Perhaps one of you more experience wxPythoners can assist me.

I have two seperate programs and basically I want to integrate program
2, which inherits from wx.App to a wx.Panel on the original program.

Is there an elegant way to do this without carefully surgically
inserting wx.App 2 into wx.App 1?



(BTW wx.App 2 is this program:
http://www.simcitysphere.com/simnet/downloads/irc.py
which I adapted from
http://www.intertwingly.net/stories/2003/09/15/
for wxPython 2.6.0)

-thanks in advance for any help




More information about the Python-list mailing list