So I was using Pyinstaller to make an exe file that can work without various dependencies for my colleague. One library I was using is camelot. The code runs without Ghostscript issues before I make the exe file with Pyinstaller (running the code in VS Code), and no error after I complied the file with Pyinstaller.

Then I tried to run the exe file on my colleague's PC and it continued saying that ghostscript not installed.

Same error happened even after I manually installed ghostscript and added both its bin and lib to PATH.

I don't understand. Pyinstaller should include every dependency before making the exe file and there shouldn't be any other problems after. Or it's ghostscript's problem?

0

There are 0 best solutions below