Join our discord community

Forum breadcrumbs - You are here:ForumPrism: GeneralCan't install - QtGui error
Please or Register to create posts and topics.

Can't install - QtGui error

Hi, I keep running in this error when i try to run prism setup on Linux mint,
Prism was working ok a few days ago but i did some system restore and can't get it back working because of this install error

Traceback (most recent call last):
File "Scripts/PrismInstaller.py", line 66, in
from PySide.QtGui import *
ImportError: No module named QtGui
Traceback (most recent call last):
File "Scripts/PrismCore.py", line 69, in
from PySide.QtGui import *
ImportError: No module named QtGui

Best regards

That could be caused by various reasons. My first idea is this:

In the Prism directory go in the "PythonLibs" folder. If there is a "lib-inactive" directory, rename it to "lib" and try to execute the installer again.