qkitgroup / qkit

Qkit framework
GNU General Public License v2.0
43 stars 46 forks source link

qviewkit doesn't start because of ImportError #71

Closed fr34q closed 5 years ago

fr34q commented 5 years ago

If starting Qviewkit it fails at my machine (qt4) with the following error:

$ python /.../qkit/qkit/gui/qviewkit/main.py -f file.h5 
Traceback (most recent call last):
  File "/.../qkit/qkit/gui/qviewkit/main.py", line 17, in <module>
    print("import of PyQt5 failed, trying PyQt4 "+e)
TypeError: cannot concatenate 'str' and 'exceptions.ImportError' objects

This issue is just for documentation, I will fix it (and other occurrences) in a minute.