2to3 translation problem

Chris Angelico rosuav at gmail.com
Sat Dec 12 12:50:43 EST 2015


On Sun, Dec 13, 2015 at 4:30 AM, Tony van der Hoff <tony at 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



More information about the Python-list mailing list