From 6c75ceef078a012dc32981ec888c9794abf41573 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 14 Feb 2024 14:09:18 +0000 Subject: [PATCH] Update Readme.rst PIL 10.2.0 is now required due to chaanges. PIL 9.50 will no longer work --- Readme.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Readme.rst b/Readme.rst index c5eff37..b1dc202 100644 --- a/Readme.rst +++ b/Readme.rst @@ -23,6 +23,16 @@ NOTE 2: Also the configuration file and the source code offer a wealth of docume 10.2.0 Added configuration setting "redirect_after_captcha". Setting this to "True" will avoid redirection to success or failure page after submission and Kaptsja verification happened. Only a True or False string will be returned allowing JavaScript to handle the continuation in the HTML page itself (similar to Google's reCaptcha). +10.3.0 PIL (pillow) was changed after version 9.5.0. Upgraded to PIL 10.2.0 ! That version is now required + run: pip uninstall Pillow followed by pip install Pillow. + +All versions: + If you get font errors on Linux please run: sudo apt --reinstall install ttf-mscorefonts-installer + + If you get Beautifulsoup error in a virtual environment you might need to run: pip3 install beautifulsoup4 + + Clearing the browser cache might be required in case False is wrong given! + **Quick Installation of Kaptsja** --------------------------------- Important: use **--target** or **-t** to specify your desired location @@ -339,4 +349,4 @@ The suggestion is to use pycryptodome, but when not possible pycrypto can be use 77 t = time.process_time() <-- new Ubuntu: - sudo nano /usr/local/lib/python3.8/dist-packages/Crypto/Random/_UserFriendlyRNG.py \ No newline at end of file + sudo nano /usr/local/lib/python3.8/dist-packages/Crypto/Random/_UserFriendlyRNG.py