Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100349
| Path | csiph.com!au2pb.net!feeder.erje.net!2.eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Tony van der Hoff <tony@vanderhoff.org> |
| Newsgroups | comp.lang.python |
| Subject | Re: 2to3 translation problem |
| Date | Sat, 12 Dec 2015 20:24:10 +0000 |
| Lines | 41 |
| Message-ID | <dd3e3aFtakhU1@mid.individual.net> (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> <mailman.186.1449942871.12405.python-list@python.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net n5oAjlQ8DVwyOq4Jl6WNcQHgX8gTOKAnVsZQTLqoE+t0AIvtmI |
| Cancel-Lock | sha1:ejI6i6qAZoV0FM4ZGkx+4nNZNNE= |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.4.0 |
| In-Reply-To | <mailman.186.1449942871.12405.python-list@python.org> |
| Xref | csiph.com comp.lang.python:100349 |
Show key headers only | View raw
On 12/12/15 17:54, Laura Creighton wrote: > 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. No: tony@tony-lx:~$ python3 -m pip install pygame /usr/bin/python3: No module named pip Hmm, apt-get install python3-pip: OK tony@tony-lx:~$ python3 -m pip install pygame Downloading/unpacking pygame Could not find any downloads that satisfy the requirement pygame Some externally hosted files were ignored (use --allow-external pygame to allow). Cleaning up... No distributions at all found for pygame Storing debug log for failure in /home/tony/.pip/pip.log I really can't be bothered... Thanks for the hints.
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