pts / pdfsizeopt

PDF file size optimizer
GNU General Public License v2.0
750 stars 65 forks source link

fatal: Python version 2.4, 2.5, 2.6 or 2.7 needed #174

Open brianbuck opened 2 months ago

brianbuck commented 2 months ago

I'm on Python 3.12.4 and receive the message: fatal: Python version 2.4, 2.5, 2.6 or 2.7 needed for: C:\pdfsizeopt\pdfsizeopt.single

I was running: @python -v "C:\pdfsizeopt\pdfsizeopt.single" "input.pdf" "output.pdf"

Is there a way to run pdfsizeopt using a more recent version of Python?