You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\vrund\AppData\Local\Programs\Python\Python37\lib\tkinter_init_.py", line 1702, in call
return self.func(*args)
File "C:\Users\vrund\AppData\Local\Temp\Temp3_Face_recognition_based_attendance_system-master.zip\Face_recognition_based_attendance_system-master\main.py", line 167, in TakeImages
Id = (txt.get())
File "C:\Users\vrund\AppData\Local\Programs\Python\Python37\lib\tkinter_init_.py", line 2679, in get
return self.tk.call(self._w, 'get')
_tkinter.TclError: invalid command name ".!frame2.!entry"
please help
when I click on take image error occurs that some files are missing
The text was updated successfully, but these errors were encountered:
Step1- First of all added the “global txt, txt2” to make variables global in clear(),TakeImages(),clear2() functions.
Step 2- (Important) Then changed the path directory to that of the project before running to ensure that all files will be available .
Step 3 - Then made certain GUI changes to take the data properly for registration purpose.
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\vrund\AppData\Local\Programs\Python\Python37\lib\tkinter_init_.py", line 1702, in call
return self.func(*args)
File "C:\Users\vrund\AppData\Local\Temp\Temp3_Face_recognition_based_attendance_system-master.zip\Face_recognition_based_attendance_system-master\main.py", line 167, in TakeImages
Id = (txt.get())
File "C:\Users\vrund\AppData\Local\Programs\Python\Python37\lib\tkinter_init_.py", line 2679, in get
return self.tk.call(self._w, 'get')
_tkinter.TclError: invalid command name ".!frame2.!entry"
please help
when I click on take image error occurs that some files are missing
The text was updated successfully, but these errors were encountered: