The forum is active for archival purposes only.

Join our discord community for new 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