You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2018. It is now read-only.
There might be something missing, or I'm doing it wrong. :(
Stack trace
$ pyside2-uic
Traceback (most recent call last):
File "/usr/local/bin/pyside2-uic", line 7, in<module>
from PySide2.scripts.uic import main
File "/usr/local/lib/python2.7/dist-packages/PySide2/scripts/uic.py", line 28, in<module>
from pyside2uic.driver import Driver
File "/usr/local/lib/python2.7/dist-packages/pyside2uic/__init__.py", line 27, in<module>
from pyside2uic.Compiler import indenter, compiler
ImportError: No module named Compiler
There might be something missing, or I'm doing it wrong. :(
Stack trace
Full reproducible