Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102141 > unrolled thread
| Started by | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| First post | 2016-01-27 10:57 +1100 |
| Last post | 2016-01-27 10:57 +1100 |
| 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: python-2.7.3 vs python-3.2.3 Ben Finney <ben+python@benfinney.id.au> - 2016-01-27 10:57 +1100
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2016-01-27 10:57 +1100 |
| Subject | Re: python-2.7.3 vs python-3.2.3 |
| Message-ID | <mailman.26.1453852674.2338.python-list@python.org> |
Gene Heskett <gheskett@wdtv.com> writes: > I have need of using a script written for python3, but the default > python on wheezy is 2.7.3. Correction: the default Python 2 is 2.7.3. The default Python 3 is 3.2.3. Since Python 2 and Python 3 are distinct run-time systems, there's no single “default Python” in Debian Wheezy. > I see in the wheezy repos that 3.2.3-6 is available. Correct. If you have a program needing Python 3, you should ignore the Python 2 system and only look at Python 3. > Can/will they co-exist peacefully? Yes. -- \ “Broken promises don't upset me. I just think, why did they | `\ believe me?” —Jack Handey | _o__) | Ben Finney
Back to top | Article view | comp.lang.python
csiph-web