qkitgroup / qkit

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

Cannot run out of the box on Python 3.x #47

Closed warrench closed 6 years ago

warrench commented 6 years ago

Multiple modules contain errors which do not allow for the program to be run on a python 3.x distribution.

qkit.start() returns errors for print statements from

Fixed by enclosing print statements in parentheses

Syntax error in an exception statement in hdf_view (Line 83)

Fixed by changing line to except SyntaxError as e

rotzinger commented 6 years ago

Thank you for the report. The python 3.x is not very well tested, sorry. The DatabaseViewer is going to be removed and replaced by a similar service "file info database (fid)" in a one of the coming commits so no need to fix this bug.