Sophia

Results 7 comments of Sophia

I'm pretty sure the KeyError is because the HTML markup of the page changed and the attribute data-push_state doesn't exist anymore. Someone with experience using beautifulsoup and requests would be...

It's a little complex and a ratchet workaround using the tools I'm familiar with. I'm sure the real solution is much simpler and we just don't have the know-how to...

i worked around this by installing the development version (download the repository, run shell in it and `python setup.py install`). You also have to get GTK+ libraries to make it...

Just the GTK+ libraries, WeasyPrint is irrelevant. Did you get it working?

What's the exact error message you get? You're trying to install it using `py setup.py install`?

you're in the wrong directory. You have to cd into scribd-downloader-master. You don't need -m pip either because you're not trying to install a package from the web.

you used `py` before, so try `py setup.py install`, the python command can vary from system to system depending on your setup.