Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100344
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: 2to3 translation problem |
| Date | Sun, 13 Dec 2015 04:50:43 +1100 |
| Lines | 14 |
| Message-ID | <mailman.185.1449942652.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> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de 1E0KUhbB0NKMbyibSr52EQdPplQDpLnolxn0HUotH5Gg== |
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'python3': 0.05; 'right;': 0.07; 'subject:translation': 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; '2.7': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pygame': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'repo': 0.16; 'subject:2to3': 0.16; 'wrote:': 0.16; 'exists': 0.18; 'stick': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'subject:problem': 0.22; 'am,': 0.23; 'dec': 0.23; 'thanks,': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'van': 0.26; 'message-id:@mail.gmail.com': 0.27; '13,': 0.29; "i'll": 0.33; 'received:google.com': 0.35; 'so,': 0.35; 'easiest': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'being': 0.37; 'things': 0.38; 'received:209': 0.38; 'grab': 0.64; 'chrisa': 0.84; 'pip': 0.84; 'to:none': 0.91; 'replied.': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=oDhrmukKbITPH6edxOJy0YpKvq5NY+jYao/hX4iOKD4=; b=C+6Lp86Z/6SRb0Lt4sB513JF+rYbCi7wcd7YcYKBCerAHHS2Xnb6hQibzA0Z1h1/sd YGr/Rpxu2C4PQOSMduoVeh8BtkRyqEUCskyF5mGiexAgVANyR8Z80BRZENP53gEkuw58 xKueBJgn2hSoeylMUTctlkOInyyjINLLY8gvEAFpmAP5HoEMUeQwCk2mROmFNOM3oyxR Ezwk3MBlMwqRJOJDD18QBYJHtLeIL7mlJ/CjqObfzmn1gMrzIfCNwjvu/PooLMtNmvuC 2WHRYHB68c6fgjEe56ym/6hnubfzvEcNF2QyMT5hLspnsKsHD0w5lNgSWx2vVOHyhpnJ n7gA== |
| X-Received | by 10.107.3.163 with SMTP id e35mr20563370ioi.157.1449942643980; Sat, 12 Dec 2015 09:50:43 -0800 (PST) |
| In-Reply-To | <dd33ufFqmvfU1@mid.individual.net> |
| 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:100344 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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