-
Notifications
You must be signed in to change notification settings - Fork 72
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
Python 3 compatibility #12
Comments
Any updates on this issue? |
I see there's a pull request for this for a while now, I'm running it locally and it works but it would be nice to merge the branch so that the master could be used directly. Please fix this asap so that people don't have to deal with this in the future :) |
any update for this issue? |
Any update. I cannot make it work with Python 3.
|
@kouroshshafi, try downgrading scrapy to 1.5, this is probably irrelevant to python3. |
IS any one working on this? |
scrapy-jsonrpc is not compatible with Python 3.
Apart from the example client code that uses
urllib.urlopen()
:crawler
resource is not found, the child resource name "crawler" needs to be passed as bytes to TwistedThe text was updated successfully, but these errors were encountered: