Unresolved reference Qt.Core

0

Hi, I'm a beginner and I'm trying to learn PySide using pycharm, but when I run the commands I get this error:

  

"C: \ Users \ User \ PycharmProjects \ hwllo world \ venv \ Scripts \ python.exe"   "C: / Users / User / PycharmProjects / hwllo world / main.py" Traceback (most   recent call last): File "C: / Users / User / PycharmProjects / hwllo   world / main.py ", line 1, in       from PySide.QtCore import * ImportError: No module named 'PySide'

    
asked by Rafael Bendezu 19.05.2018 в 04:01
source

0 answers