aggr!
i now have this problem.
Traceback (most recent call last):
File "C:\Users\User\Desktop\Python\File.py", line 87, in ?
self.entID_Num = Entry(self)
NameError: name 'self' is not defined
part of my code is
# movie id input
self.entID_Num = Entry(self)
# movie id input position
self.entID_Num.grid(row = 0, column = 1, sticky = W)
# adress input
self.entResult = Entry(self)
any help would be awesome.
cheers