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

TypeError: 'module' object is not callable #8

Open
mrsharanya opened this issue Aug 18, 2023 · 1 comment
Open

TypeError: 'module' object is not callable #8

mrsharanya opened this issue Aug 18, 2023 · 1 comment

Comments

@mrsharanya
Copy link

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
Copy link
Author

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

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

1 participant