Relative Content

Tag Archive for pythonclasstkintermethods

a member not recognized in a method

this is a class for designing a toplevel window with Tkinter
the issue comes from the method which tries to get an info from the member self.lbox but it is not recognized as a member. the error is :
NameError: name ‘self’ is not defined