Statistics: Posted by azarubkin — Fri Sep 04, 2015 7:54 pm
Code:
$ 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)
Statistics: Posted by thuwrx10 — Wed Aug 19, 2015 4:18 pm