Skip to content

Commit

Permalink
Update Readme.rst
Browse files Browse the repository at this point in the history
PIL 10.2.0 is now required due to chaanges. PIL 9.50 will no longer work
  • Loading branch information
peterstamps authored Feb 14, 2024
1 parent 10ef3e5 commit 6c75cee
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
sudo nano /usr/local/lib/python3.8/dist-packages/Crypto/Random/_UserFriendlyRNG.py

0 comments on commit 6c75cee

Please sign in to comment.