Skip to content
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

a couple of things #9

Open
sildeag opened this issue Jun 6, 2019 · 0 comments
Open

a couple of things #9

sildeag opened this issue Jun 6, 2019 · 0 comments

Comments

@sildeag
Copy link

sildeag commented Jun 6, 2019

  1. from __future__ import print_function is required for python2 (in particular 2.7.16).
  2. I used Firefox rather than Chrome and found https://askubuntu.com/questions/870530/how-to-install-geckodriver-in-ubuntu helpful. A couple of source code lines required Chrome to be replaced with Firefox and line 20 became
    driver = webdriver.Firefox(options=wd_options).
  3. python3 (in particular 3.7.3) worked but the requirements could be changed from == to >= as I am using python-dateutil version 2.8.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant