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

"ImportError: No module named queue" error in python 2.7.10 #1

Closed
Oritz opened this issue Feb 23, 2017 · 2 comments
Closed

"ImportError: No module named queue" error in python 2.7.10 #1

Oritz opened this issue Feb 23, 2017 · 2 comments

Comments

@Oritz
Copy link

Oritz commented Feb 23, 2017

File "teemo.py", line 7.
Change import queue to import Queue as queue can solve it.
Ref: http://stackoverflow.com/questions/29687837/queue-importerror-in-python-3

@bit4woo
Copy link
Owner

bit4woo commented Feb 23, 2017

I use "from multiprocessing import Queue" resolved the problem,thanks

@bit4woo bit4woo closed this as completed Feb 23, 2017
@huynhdattnt
Copy link

it works, thanks bit4woo

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

3 participants