Closed Superbest closed 8 years ago
The issue has already been fixed. I just hadn't had the time to make a new release yet. I'll do that pretty soon. Thanks for using the module! :+1:
Any news on this? There hasn't been a new release in over a year but the commits have been coming.
julio, it looks like github's been updated but not the pip install package
xilni, you'll want to go to /users/
replace it with the current init.py file julio has up on github: https://raw.githubusercontent.com/juliomalegria/python-craigslist/master/craigslist/__init__.py (I just copy pasted using vi)
Sorry guys, I've been slacking off on this module. I'll review the pull requests & update the pip package tomorrow. Thanks for all the collaboratioN!
New version of python-craigslist (1.0.1) is live in PyPI now. That version should fix this issue.
Thanks for bearing with me :)
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.