We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
on running python3 gui-maian.py
File "gui-maian.py", line 17, in from Queue import Queue ModuleNotFoundError: No module named 'Queue'
The text was updated successfully, but these errors were encountered:
Use from queue import Queue instead (note the lowercase q in the name of the module).
from queue import Queue
q
Sorry, something went wrong.
No branches or pull requests
on running python3 gui-maian.py
File "gui-maian.py", line 17, in
from Queue import Queue
ModuleNotFoundError: No module named 'Queue'
The text was updated successfully, but these errors were encountered: