Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85598 > unrolled thread
| Started by | Gisle Vanem <gvanem@yahoo.no> |
|---|---|
| First post | 2015-02-12 18:37 +0100 |
| Last post | 2015-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.
Re: Odd version scheme Gisle Vanem <gvanem@yahoo.no> - 2015-02-12 18:37 +0100
| From | Gisle Vanem <gvanem@yahoo.no> |
|---|---|
| Date | 2015-02-12 18:37 +0100 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web