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


Groups > comp.lang.python > #100345

Re: 2to3 translation problem

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Laura Creighton <lac@openend.se>
Newsgroups comp.lang.python
Subject Re: 2to3 translation problem
Date Sat, 12 Dec 2015 18:54:23 +0100
Lines 28
Message-ID <mailman.186.1449942871.12405.python-list@python.org> (permalink)
References <dd2q2kFo7m4U1@mid.individual.net> <mailman.180.1449932994.12405.python-list@python.org> <dd30fqFpqmiU1@mid.individual.net> <n4hjq9$ppe$1@ger.gmane.org> <mailman.184.1449940195.12405.python-list@python.org> <dd33ufFqmvfU1@mid.individual.net> <CAPTjJmqc7URWifS62UZx+gd5jkviDaWhWEdyOaWd+-A_8i=3Ag@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de /A7RHHsYVatij54ZrdXDbABCY/1wLUeF0cr+zrRHm1ig==
Return-Path <lac@openend.se>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'right;': 0.07; 'subject:translation': 0.07; 'cc:addr:python-list': 0.09; 'fashion.': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; '2.7': 0.13; '>on': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'pygame': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'repo': 0.16; 'said.': 0.16; 'subject:2to3': 0.16; 'wrote:': 0.16; 'exists': 0.18; 'laura': 0.18; 'stick': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'subject:problem': 0.22; 'cc:no real name:2**0': 0.22; 'am,': 0.23; 'dec': 0.23; 'thanks,': 0.24; 'install': 0.25; 'van': 0.26; 'chris': 0.26; 'timely': 0.27; '13,': 0.29; 'lot.': 0.29; 'python2.7': 0.29; 'received:se': 0.29; 'getting': 0.33; "i'll": 0.33; 'so,': 0.35; 'easiest': 0.35; 'but': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'being': 0.37; 'charset:us- ascii': 0.37; 'things': 0.38; 'doing': 0.38; 'your': 0.60; 'header :Message-Id:1': 0.61; 'life': 0.67; 'header:In-reply-to:1': 0.84; 'pip': 0.84; 'replied.': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1449942865; bh=2h8xFASP4+akK1+OLiyCfBGJA7536hiBffpGRlLVlOo=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=H+AIIISLIhOd1sKdTpY2Rcfn7fIJv9CyTbj+fyxguU+D+ubN0mPrJ/hQn3iyBFLb9 /ZrpK+aRbn4495VcrxqW5h3w/zYCGhG/P4vqi1lYDNoZ5QE+CaHbqBOlwTSM28zJj5 EgZbQ1BuSOBcAn7zmQ42TvuXTNa5RkzqAfkOl5Ek=
In-reply-to <CAPTjJmqc7URWifS62UZx+gd5jkviDaWhWEdyOaWd+-A_8i=3Ag@mail.gmail.com>
Comments In-reply-to Chris Angelico <rosuav@gmail.com> message dated "Sun, 13 Dec 2015 04:50:43 +1100."
Content-ID <13808.1449942863.1@fido>
X-Greylist Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Sat, 12 Dec 2015 18:54:25 +0100 (CET)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:100345

Show key headers only | View raw


In a message of Sun, 13 Dec 2015 04:50:43 +1100, Chris Angelico writes:
>On Sun, Dec 13, 2015 at 4:30 AM, Tony van der Hoff <tony@vanderhoff.org> wrote:
>> Thanks, Laura, and others who have replied. You're right; python-3-pygame
>> exists in unstable, but has not yet made it to jessie, even in backports.
>>
>> So, I'll stick with python 2.7 for the time being; really no hardship :)
>
>The easiest solution is simply:
>
>python3 -m pip install pygame
>
>Don't worry about it not being in the Jessie repo - you can always
>grab things using pip.
>
>ChrisA

What Chris said. :)

If you are about to move your life from being python2.7 based to 
being 3.x, you are not going to be able to depend on things getting
to jessie in a timely fashion.  So you will be doing this a whole lot.

Laura

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


Thread

2to3 translation problem Tony van der Hoff <tony@vanderhoff.org> - 2015-12-12 14:42 +0000
  Re: 2to3 translation problem Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-12-12 15:09 +0000
    Re: 2to3 translation problem Tony van der Hoff <tony@vanderhoff.org> - 2015-12-12 16:31 +0000
      Re: 2to3 translation problem Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-12-12 16:56 +0000
      Re: 2to3 translation problem Peter Otten <__peter__@web.de> - 2015-12-12 17:59 +0100
      Re: 2to3 translation problem Laura Creighton <lac@openend.se> - 2015-12-12 18:08 +0100
      Re: 2to3 translation problem Laura Creighton <lac@openend.se> - 2015-12-12 18:09 +0100
        Re: 2to3 translation problem Tony van der Hoff <tony@vanderhoff.org> - 2015-12-12 17:30 +0000
          Re: 2to3 translation problem Chris Angelico <rosuav@gmail.com> - 2015-12-13 04:50 +1100
          Re: 2to3 translation problem Laura Creighton <lac@openend.se> - 2015-12-12 18:54 +0100
            Re: 2to3 translation problem Tony van der Hoff <tony@vanderhoff.org> - 2015-12-12 20:24 +0000
              Re: 2to3 translation problem Laura Creighton <lac@openend.se> - 2015-12-12 22:18 +0100
          Re: 2to3 translation problem Terry Reedy <tjreedy@udel.edu> - 2015-12-12 15:17 -0500

csiph-web