Quote:
Originally Posted by DiapDealer
Virtual Python environments help in this situation too:
python -m venv amzpy
|
Thank you. I have managed to get a virtual python setup. Things seem to be working. But neither the BulkKindleUSBDownloader, nor the Kindle_download_helper are working.
Bulk Downloader is able to create a chrome window, but never gets to the web page. Looking at the script, after "Starting browser", and assembling the options, it calls webdriver.Chrome() and that call never returns; a print() before it works, and a print() after it fails (and there is a logger call just after it as well).
The kindle.py script from download_helper is able to take my ajax cookie (stored in a file), find my account, list books, and all of them fail to download.