question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ImportError: No module named 'Queue'

See original GitHub issue

File "C:\Python34\lib\site-packages\craigslist\__init__.py", line 3, in <module> from Queue import Queue ImportError: No module named 'Queue'

Looks like it’s not Python3 compatible after all.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
xilnicommented, Jul 22, 2016

Any news on this? There hasn’t been a new release in over a year but the commits have been coming.

0reactions
juliomalegriacommented, Jul 27, 2016

New version of python-craigslist (1.0.1) is live in PyPI now. That version should fix this issue.

Thanks for bearing with me 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError: No module named 'Queue' - python - Stack Overflow
Queue is a completely different class with a lot higher overhead; for threading, you want Queue from the queue (Py3)/ Queue (Py2) module....
Read more >
ModuleNotFoundError: No module named 'Queue' in Python
The Python "ModuleNotFoundError: No module named 'Queue'" occurs when we import the queue module incorrectly or shadow it with a queue.py file.
Read more >
"ImportError: No module named queue" error in python 2.7.10 #1
Change import queue to import Queue as queue can solve it. ... "ImportError: No module named queue" error in python 2.7.10 #1.
Read more >
PYTHON : ImportError: No module named 'Queue' - YouTube
PYTHON : ImportError : No module named ' Queue ' [ Gift : Animated Search Engine : https://www.hows.tech/p/recommended.html ] PYTHON ...
Read more >
ImportError: No module named queue - ROS Answers
The error is showing that in SerialClient.py, line 41 imports the queue module, but apparently there can be a version mismatch between python...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found