Interaction between pygame and python

Chris Angelico rosuav at gmail.com
Mon Mar 14 19:12:46 EDT 2016


On Tue, Mar 15, 2016 at 9:58 AM, Rick Johnson
<rantingrickjohnson at gmail.com> wrote:
> On Monday, March 14, 2016 at 2:06:02 PM UTC-5, Ian wrote:
>> On Mon, Mar 14, 2016 at 10:53 AM, Rick Johnson
>> <rantingrickjohnson at gmail.com> wrote:
>> > If you download and run an installer, one that is
>> > appropriate for your operating system and Python version,
>> > everything will be taken care of for you.
>> >
>> > Since you are using Python 3.5.1 on a windows box, you'll
>> > want to download and install the executable named
>> > "pygame-1.9.1-py3.1.msi". You can get it here:
>> >
>> >   http://www.pygame.org/download.shtml
>>
>> Unfortunately that installer is not appropriate for the OP's Python
>> version. The downloads on the pygame site are horrifically
>> out-of-date.
>
> Well no wonder he's having such hard time, if a Pythonista like myself can't get it right, heck, then who can?

Go where Terry recommended:

http://www.lfd.uci.edu/~gohlke/pythonlibs/

This is where you should go for Python module binaries for Windows, if
you don't want to compile your own.

ChrisA



More information about the Python-list mailing list