Error: No module named 'PySide6' #200
gustavo1spbr
started this conversation in
General
Replies: 1 comment 1 reply
-
Have you tried installing PySide6?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New to running python commands. I followed the installation script and got this error while running 'python comic.py'. The full error message:
Traceback (most recent call last):
File "C:\Users\gusta\comic-translate\comic.py", line 2, in
from PySide6.QtGui import QIcon
ModuleNotFoundError: No module named 'PySide6'
How to fix this, please?
Beta Was this translation helpful? Give feedback.
All reactions