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
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
The text was updated successfully, but these errors were encountered:
output
error
The text was updated successfully, but these errors were encountered: