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


Groups > comp.lang.python > #102120

Re: python-2.7.3 vs python-3.2.3

From Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
Newsgroups comp.lang.python
Subject Re: python-2.7.3 vs python-3.2.3
Date 2016-01-26 15:51 +0100
Message-ID <mailman.10.1453819883.2338.python-list@python.org> (permalink)
References <201601260726.55545.gheskett@wdtv.com> <CAG93HwHncb+grTbp+AFWrQxNJe6hxEN+aDbUUKLkMBQShTFfvA@mail.gmail.com>

Show all headers | View raw


On 26.01.2016 15:34, Matt Wheeler wrote:
>
> The only slight issue you might encounter is that Python 3.2 is quite
> old now and actually not as well supported as Python 2.7 (many
> projects support Python 2.7 or 3.3+ only). Best to just try out your
> script and find out though.
>

Right. For example, pip dropped support for Python 3.2 last week. So if 
you need to install it make sure you do it via:

curl https://bootstrap.pypa.io/3.2/get-pip.py | python3.2

see: https://github.com/pypa/get-pip

then ignore the upgrade advice because pip versions 8.0.0 and above will 
not work for you.

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


Thread

Re: python-2.7.3 vs python-3.2.3 Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2016-01-26 15:51 +0100

csiph-web