Re: paramter passing question

2006-08-09 Thread diffuser78
It partly works but I get error printed out on the console. Traceback (most recent call last): File "NewProject.py", line 87, in OnEdit win = MyFrame4(self, -1, "",sim_name=sim_name) File "NewProject.py", line 1098, in __init__ wx.Frame.__init__(self, *args, **kwds) File "/usr/lib/py

Re: paramter passing question

2006-08-04 Thread Larry Bates
[EMAIL PROTECTED] wrote: > I wrote a small app in wxPython using wxGlade as designer tool. wxGlade > brings and writes a lot of code by itself and thats where my confusion > started. Its about parameter passing. Here is my little confusion. > > ***CODE BEGINS***

paramter passing question

2006-08-04 Thread diffuser78
I wrote a small app in wxPython using wxGlade as designer tool. wxGlade brings and writes a lot of code by itself and thats where my confusion started. Its about parameter passing. Here is my little confusion. ***CODE BEGINS class MyFrame1(wx.Frame):