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

File "gui-maian.py", line 17, in <module> from Queue import Queue ModuleNotFoundError: No module named 'Queue' #38

Open
djeneric45 opened this issue Jul 28, 2021 · 1 comment

Comments

@djeneric45
Copy link

on running python3 gui-maian.py

File "gui-maian.py", line 17, in
from Queue import Queue
ModuleNotFoundError: No module named 'Queue'

@gsalzer
Copy link

gsalzer commented Dec 20, 2021

Use from queue import Queue instead (note the lowercase q in the name of the module).

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