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
Python tkinter notebook as a method in a class
This is a problem with creating a tkinter notebook in a method in a class.