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


Groups > comp.lang.python > #85598

Re: Odd version scheme

Date 2015-02-12 18:37 +0100
From Gisle Vanem <gvanem@yahoo.no>
Subject Re: Odd version scheme
References <54DCD8A5.9050907@yahoo.no> <20150212110506.39410d54@bigbox.christie.dr>
Newsgroups comp.lang.python
Message-ID <mailman.18701.1423762655.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web