Tim Chase wrote:> So the test should actually be something like

   if LooseVersion(QtCore.PYQT_VERSION_STR) < LooseVersion("4.10"):
     balk()

That's exactly what they do now in IPython/utils/version.py with
the comment:
  Utilities for version comparison
  It is a bit ridiculous that we need these.

Not sure why this is "ridiculous".

I had an "old" version of IPython v0.13 installed! I've upgraded
to v2.10 and all is good.

--
--gv
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to