Code: Select all
$ python frame_test.py
frame_test.py:139: wxPyDeprecationWarning: Using deprecated class PySimpleApp.
app = wx.PySimpleApp()
Traceback (most recent call last):
File "frame_test.py", line 140, in <module>
TestFrame().Show()
File "frame_test.py", line 128, in __init__
self.fm1 = TestFrame_uint( pos=(20,20),prnt=self)
File "frame_test.py", line 41, in __init__
self.panel_path=pp.Panel2(self)
TypeError: __init__() takes exactly 3 arguments (2 given)
Any solutions to this problem? Or any other flashing method under Linux, please?