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
Scrapy docs: 'make htmlview' does not open the webbrowser #2661
Comments
Any update on this? |
hi @harshasrinivas , I have no way to test this. I'm on Xubuntu, and |
hey @redapple @harshasrinivas. Just tested it on Macos with Python 3.5 and confirmed that |
harshasrinivas
added a commit
to harshasrinivas/scrapy
that referenced
this issue
Mar 24, 2017
kmike
added a commit
that referenced
this issue
Mar 24, 2017
…wser [MRG+1] Update Makefile to open webbrowser in MacOS (#2661)
khchine5
added a commit
to khchine5/scrapy
that referenced
this issue
Mar 28, 2017
Update Makefile to open webbrowser in MacOS (scrapy#2661)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After compiling the scrapy documentation,
make htmlview
does not open the web browser.It works when I give the full path to the
build/html/index.html
file.I have tested this using Python 2.7 and 3.6 on MacOS.
I believe this is an issue specific to MacOS. A minor change to the
webbrowser.open()
command in theMakefile
should fix this bug. Shall I go ahead and fix this?The text was updated successfully, but these errors were encountered: