computervisioneng / face-attendance-system

MIT License
151 stars 94 forks source link

TypeError: 'module' object is not callable #8

Open mrsharanya opened 1 year ago

mrsharanya commented 1 year ago

User Registered Successfully But When Login and Logout following error is received

Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python3.8/tkinter/init.py", line 1892, in call return self.func(*args) File "main.py", line 61, in login label = test( TypeError: 'module' object is not callable

mrsharanya commented 1 year ago

In initial run when we faced error cannot import name 'test' from 'test'

As mentioned from Issue #6 we Modified from test import test to impor test