Join our discord community

Please or Register to create posts and topics.

Not working on Debian

I tried installing it on Debian, but it didnt quite work, i always got some error codes trying to run the Setup.sh file according to the installation manual you gave for linux. Can you please help me?

Bin btw deutsch, falls das hilft, glaube du bist ja auch deutsch

It seems happened to me as well, when using with PopOs! I've got the following error :

Traceback (most recent call last):
File "Scripts/PrismInstaller.py", line 83, in <module>
import PrismInstaller_ui
File "Scripts/UserInterfacesPrism/PrismInstaller_ui.py", line 10, in <module>
from PySide import QtCore, QtGui
ImportError: No module named PySide
Traceback (most recent call last):
File "Scripts/PrismCore.py", line 101, in <module>
from PySide.QtCore import *
ImportError: No module named PySide.QtCore

Ok, it seems I solve the problem by switching python to python3 using update alternatives. Follow this tutorial