keotl / invert-pdf

A free online PDF colour inverter. (Perfect for printing dark PDFs.)
https://invert-pdf.club
MIT License
96 stars 50 forks source link

wsgi issue #24

Closed subhajitmajee closed 11 months ago

subhajitmajee commented 1 year ago

image

keotl commented 1 year ago

Hi there, it looks like you're missing the project folder on your python path. You can run export PYTHONPATH=$(pwd):$PYTHONPATH before running the project and it should fix it.