Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85598 > unrolled thread

Re: Odd version scheme

Started byGisle Vanem <gvanem@yahoo.no>
First post2015-02-12 18:37 +0100
Last post2015-02-12 18:37 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Odd version scheme Gisle Vanem <gvanem@yahoo.no> - 2015-02-12 18:37 +0100

#85598 — Re: Odd version scheme

FromGisle Vanem <gvanem@yahoo.no>
Date2015-02-12 18:37 +0100
SubjectRe: Odd version scheme
Message-ID<mailman.18701.1423762655.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web