scrapy / scrapely

A pure-python HTML screen-scraping library
1.86k stars 315 forks source link

Is really Python 3 supported? #88

Closed aktywnitu closed 8 years ago

aktywnitu commented 8 years ago

I have problems with running scrapely with Python 3. Scrapely depends on slybot, which depends on scrapy, which depend on Twisted, which don't support yet Python 3.

Please remove info about supporting Python 3 or give instructions how it can be possible.

kmike commented 8 years ago

Scrapely doesn't depend on slybot, and Twisted supports Python 3.

I think the problem could be a pypi version - to get Python 3 support you currently need to install scrapely from github.

aktywnitu commented 8 years ago

Thanks for answer. This was my mistake - it is problem of other project aile: https://github.com/scrapinghub/aile

which only depends on scrapely. And aile depends on slybot. Thanks for info about Twisted Python 3 supporting - i will check it with scrapy. Sorry for posting.

kmike commented 8 years ago

Yeah, aile doesn't support Python 3 yet.