Answer the question
In order to leave comments, you need to log in
How to port code from PySide to Pyside2/PyQt?
Hey!
I found this story on github - https://github.com/vinay-nagarajan/Steganography--... I
created a project, made myself 3 files of the same name and copied the code, but I got errors when starting
File "D:/PyCharm Community Edition/projet/testStega/SteganographyConsumer.py", line 4, in <module>
<b> from SteganographyGUI import *</b>
File "D:\PyCharm Community Edition\projet\testStega\SteganographyGUI.py", line 10, in <module>
<b> from PySide import QtCore, QtGui</b>
ModuleNotFoundError: No module named 'PySide'
File"path/SteganographyConsumer.py", line 12, in <module>
class SteganographyConsumer(<b>QMainWindow</b>, Ui_MainWindow):
NameError: name 'QMainWindow' is not defined
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question