PIP installation (for at least Python 3, on Ubuntu Trusty) does not work. In the end it saves a file webkit_server.py, but other modules (such as dryscrape) can't find it properly.
Installing via cloning the repo and then manually running python3 setup.py develop does work though.
PIP installation (for at least Python 3, on Ubuntu Trusty) does not work. In the end it saves a file
webkit_server.py, but other modules (such as dryscrape) can't find it properly.Installing via cloning the repo and then manually running
python3 setup.py developdoes work though.