Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tkinter error and registration error #7

Open
vrundorion opened this issue Jan 11, 2023 · 1 comment
Open

tkinter error and registration error #7

vrundorion opened this issue Jan 11, 2023 · 1 comment

Comments

@vrundorion
Copy link

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

@Kaustubh-3105
Copy link

Kaustubh-3105 commented Oct 15, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants