On Mon, May 26, 2014 at 2:01 AM, wrote:
> i want to pass the variables xx and yy to a different script called
> application. This script by calling it with import, automatically pop up a
> window. I need by clicking the button that is linked with OnB definition to
> pop up the window from the
My code has this structure:
class Example(wx.Frame,listmix.ColumnSorterMixin):
def __init__(self,parent):
wx.Frame.__init__(self,parent)
self.InitUI()
def InitUI(self):
. some other functions and other stuff
when a button is clicked this function is called and i take