You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
winprint's pretty-print functionality (within the AnsiCte content type engine) utilizes Pygments (https://pygments.org/). The pygmentize.exe executable must be available and Python 3.7, 3.8, or 3.9 must be installed (other versions may work too).
The winprint installer currently installs pygmentize.exe in \Program Files\Kindel Systems\winprint which means pygments doesn't need installation, but if Python isn't installed or configured right pretty-print won't work.
There are lots of options for fixing:
Don't depend on pygments/python
Version check python in installer and install proper python version if needed
...
The text was updated successfully, but these errors were encountered:
Describe the bug
winprint's pretty-print functionality (within the
AnsiCte
content type engine) utilizes Pygments (https://pygments.org/). Thepygmentize.exe
executable must be available and Python 3.7, 3.8, or 3.9 must be installed (other versions may work too).The winprint installer currently installs
pygmentize.exe
in\Program Files\Kindel Systems\winprint
which meanspygments
doesn't need installation, but if Python isn't installed or configured right pretty-print won't work.There are lots of options for fixing:
The text was updated successfully, but these errors were encountered: