Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Interaction between pygame and python Date: Mon, 14 Mar 2016 07:48:38 -0600 Lines: 10 Message-ID: References: <000001d17d72$9295f560$b7c1e020$@d3ce.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de x7tLSFnnN005hETdGn8kyA2pcNmBYE9LgIuFjzYjXCtg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'setup.py': 0.07; 'cc:addr :python-list': 0.09; 'archive,': 0.09; 'python': 0.10; 'subject:python': 0.14; 'file,': 0.15; '2016': 0.16; 'all?': 0.16; 'cc:name:python': 0.16; 'help?': 0.16; 'installer,': 0.16; 'pygame': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:between': 0.16; 'wrote:': 0.16; '>': 0.18; 'python?': 0.18; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'script': 0.25; 'install': 0.25; 'command': 0.26; 'message- id:@mail.gmail.com': 0.27; '14,': 0.27; 'folder': 0.30; 'getting': 0.33; 'run': 0.33; 'extract': 0.33; 'skip:& 20': 0.35; 'received:google.com': 0.35; 'trouble': 0.35; 'should': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'skip:& 10': 0.37; 'operating': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'mar': 0.65; 'offer': 0.66; 'you\xc2\xa0': 0.84; 'to:none': 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; bh=gEs8+mvnP8KkGovxWTD4yf2G4FHot5qNTyw99FQzT+M=; b=EXgKj4bXtdFRoRjiK7yuj/uJ/hIyjZhG+WFgmLQZykqSluQk+fVNwDIwGQE+aRWW4P nfCBA57DllLYvXhQ6bUR9xPB+zXPSQ4reT8OvlZDevlyvnBXIertBYTo7UkLHz/+AsH8 jEvv16IZumPTGujxXf9lMVvdkqZxQV3gidOSW+G8IA7VC4t7MbPicLHldyWfesNHUKir 6QEIpgBqAy6uflGPaA4+9sr7pUIqGY1k/8LJRliptq2cv9EIDSpd+frDSNauJ6J356Zl 0jn2952QELz+uigaZWo42UqQ4h3Espjyq6V3Fs1Ie70MW/pEMsYYeYPbhpxSyCYiXGxC papA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:cc; bh=gEs8+mvnP8KkGovxWTD4yf2G4FHot5qNTyw99FQzT+M=; b=FXR9M0g2ArMrghk7QzFVlwE4J66/JME9SfcOAKi1FLmMmEK6tOLm9wF0pX08+mlaMN N2c4+dbjrn4iAW8rvvguCBTB4UkYnlbn18ZGlV5jjFQDfErflDSkefVL9iZ3/XSABrs8 WR/YzJICNyyfe01b54s5S3lwSF6JxdFDh9aS1wBbx48bcNkjKpf0oS+V77kvRxj5caml p9euC2MjgjLpoK2mp5LBZusdmIM2H+5LNtKfUqZfn03dtTltOBrKkuQ1zE9cLVPl8aK9 YZG/zvgLfFb8Is+wC6X9hcdFPuL5MFGGZRcSxOJw7WZdzYBV+EQrS3+zbrZZLjYl2s0b L31g== X-Gm-Message-State: AD7BkJKxp6CPk/krphe7qQlEdJj3H4p5f97jq2STxP5A0lm3nftmuw2LRrV9ZpzbdxxwUQpq4o6SqT9zSXf0+w== X-Received: by 10.50.61.177 with SMTP id q17mr17191423igr.68.1457963318307; Mon, 14 Mar 2016 06:48:38 -0700 (PDT) In-Reply-To: <000001d17d72$9295f560$b7c1e020$@d3ce.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.21 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:104810 On Mar 14, 2016 2:34 AM, "Tyson" wrote: > > I am having a lot of trouble getting python to find the pygame module; my > operating system is Windows 7. Can you offer any help? . Should I > download pygame into the same folder as Python? . any ideas at all? In what form did you download PyGame? If you downloaded an installer, just run it. If you downloaded a zip or other archive, extract it into a temporary folder and run the setup.py script inside. If you downloaded a whl file, then run "pip install " from the Windows command prompt.