Closed timing closed 1 year ago
Hi Tijmen,
The CLI does not use any GUI for user interaction, but it still uses the QT signals (from QtCore). Is PyQt5 not installed on your system?
All the best, Rolf
The system I use does not have a display (it's on a VPS), so it cannot connect to the display, hence the error. I fix this by running Xfvb, which sets up a virtual display. However this takes quite some memory, and shows that PSS is not really a "true CLI tool", which is maybe not one of your goals, but I would like that :-).
You are right: PSS primarily is a GUI tool. As you can see in the code, the CLI version shares most of the code with the GUI version. I only wanted to give users the opportunity to integrate PSS in more complex workflows for automation. I guess that creating a PSS version with all the QT stuff removed would take some time. :-(
I want to run PSS "in the cloud". I booted a fresh VPS with Ubuntu 22.04 and did the following:
Then I run the following:
(this is from the example in the documentation PDF)
But it errors on QT stuff. I'd assume running the tool headless does not need QT right?