mbrubake / cryoem-cvpr2015

Source code to accompany the CVPR 2015 paper "Building Proteins in a Day"
33 stars 18 forks source link

python 2.6 and visualizer.py problem #4

Open WolfgangLugmayr opened 8 years ago

WolfgangLugmayr commented 8 years ago

we run the latest scientific linux 6.7 with the system python and qt bindings and have the following problem:

$ ipython --pylab=qt Python 2.6.6 (r266:84292, Jul 22 2015, 16:47:47) Type "copyright", "credits" or "license" for more information.

IPython 0.13.2 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details.

Welcome to pylab, a matplotlib-based Python environment [backend: Qt4Agg]. For more information, type 'help(pylab)'.

In [1]: import visualizer File "monitor.py", line 84 like_timing = {k[len(dset+'_liketiming'):] : self.stat[k] for k in ks} ^ SyntaxError: invalid syntax