Skip to content
This repository was archived by the owner on Feb 9, 2018. It is now read-only.
This repository was archived by the owner on Feb 9, 2018. It is now read-only.

pyside2-uic missing #44

@mottosso

Description

@mottosso

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

Full reproducible

$ apt-get install wget python-pip python-dev software-properties-common
$ add-apt-repository ppa:beineri/opt-qt561-trusty
$ apt-get update
$ apt-get install qt56-meta-full
$ . /opt/qt56/bin/qt56-env.sh
$ wget https://bintray.com/fredrikaverpil/pyside2-wheels/download_file?file_path=ubuntu14.04%2FPySide2-2.0.0.dev0-cp27-none-linux_x86_64.whl -O PySide2-2.0.0.dev0-cp27-none-linux_x86_64.whl
$ pip install PySide2-2.0.0.dev0-cp27-none-linux_x86_64.whl
$ pyside2-uic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions