Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Terry Reedy Newsgroups: comp.lang.python Subject: Re: Interaction between pygame and python Date: Mon, 14 Mar 2016 13:46:35 -0400 Lines: 16 Message-ID: References: <4e99f4f0-c5d6-47ff-b263-87a3656d6d66@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de Fw1WLUo4hBhSSAJ/+dDWgg8oEcnDaIv6cF1HKkuHnXOw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'executable': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'jan': 0.11; 'subject:python': 0.14; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'reedy': 0.16; 'subject:between': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'url:edu': 0.24; 'header:In- Reply-To:1': 0.24; 'url:download': 0.24; 'install': 0.25; 'header :User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'skip:" 20': 0.26; 'page.': 0.28; 'installing': 0.35; 'skip:p 30': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'johnson': 0.37; 'to:addr:python.org': 0.40; "you'll": 0.61; 'received:96': 0.63; 'here:': 0.63; 'box,': 0.67; '3.5.1': 0.84; 'pip': 0.84; 'received:fios.verizon.net': 0.91; 'rick': 0.93 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: pool-96-227-207-81.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: <4e99f4f0-c5d6-47ff-b263-87a3656d6d66@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104848 On 3/14/2016 12:53 PM, Rick Johnson wrote: > 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 Or get pygame-1.9.2a0-cp35-none-win32.whl from http://www.lfd.uci.edu/~gohlke/pythonlibs/ Instructions on installing with pip are at the top of the page. -- Terry Jan Reedy