Prism icon indicating copy to clipboard operation
Prism copied to clipboard

Setup QtGui error

Open diorn opened this issue 5 years ago • 1 comments

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

diorn avatar Aug 11 '19 19:08 diorn

Try installing PySide from pip first: pip install PySide2

monomon avatar Nov 27 '21 02:11 monomon