Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named PySide.QtGui #6

Open
fabriek-huis opened this issue Dec 11, 2017 · 1 comment
Open

ImportError: No module named PySide.QtGui #6

fabriek-huis opened this issue Dec 11, 2017 · 1 comment

Comments

@fabriek-huis
Copy link

fabriek-huis commented Dec 11, 2017

git clone https://github.com/sumoprojects/SumoEasyMiner SumoEasyMiner
cd sumoeasyminer
python sumominer.py

output

Traceback (most recent call last):
  File "sumominer.py", line 10, in <module>
    from main import main
  File "/SumoEasyMiner/main.py", line 10, in <module>
    from app.QSingleApplication import QSingleApplication
  File "/SumoEasyMiner/app/QSingleApplication.py", line 12, in <module>
    from PySide.QtGui import QApplication
ImportError: No module named PySide.QtGui
:sumoeasyminer$ 

error

ImportError: No module named PySide.QtGui

@havocesp
Copy link

Solved the same error from a Debian "testing". Just install PySide.QtGui package using apt-get ....

sudo apt-get install python-pyside

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants