Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.048 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.01; 'cc:addr:python-list': 0.11; 'python': 0.11; 'compiler.': 0.16; 'pygame': 0.16; 'spamming': 0.16; 'wrote:': 0.18; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'error': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'extension': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'worked': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'anything': 0.39; 'skip:& 20': 0.39; 'to:addr:gmail.com': 0.65; 'wait,': 0.93; '2013': 0.98 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:to :cc:content-type; bh=MV4aqVyeySFcQ8V3w2zwSTmxxcICuHnmnZ/qxjgJq54=; b=aEvwXL6IGywXshU3sAS/zqLmtV8HJw+nQkNtpja5tvXcx20ECSMXHB4DlpqBNkOSyt 26SOrGQN2zT+R0t3C81XseSNbC4dpNmK7HxYkpBEwtwj3qtM3HyYiYDRc1aaHdrNVQsI XITnO/ZJMHDf5UW1JYZ6i2MtOVs8sowVq/UxPzsITwiKO67gkN3Es0Sw5/B8XVkcvy1h 2k4Yi72yD+8BI8G/OZ2/fPgKgMcYJhly4BVwZOd3FHsaE/mzhn2IspoizFsLuSvP+WSR n3GwJ3CBpUDKZrMTUFFMJBbOOpOFKgD25fKJcVzyjfBSqJNsFzJZhHgBy4t9ExT71+Co 8Vzg== MIME-Version: 1.0 X-Received: by 10.229.170.131 with SMTP id d3mr1491943qcz.92.1370718753514; Sat, 08 Jun 2013 12:12:33 -0700 (PDT) In-Reply-To: <0cbb0cd2-b3dc-44a8-a232-a6f797057f5d@googlegroups.com> References: <5c069831-8cab-43da-a4f9-ccec68cdc101@googlegroups.com> <44636430-af69-4162-adab-8f595da3cdd7@googlegroups.com> <0cbb0cd2-b3dc-44a8-a232-a6f797057f5d@googlegroups.com> Date: Sat, 8 Jun 2013 20:12:33 +0100 Subject: Re: Installing PyGame? From: =?ISO-8859-1?Q?F=E1bio_Santos?= To: Eam onn Content-Type: multipart/alternative; boundary=14dae9c09c1e63ebe704dea95488 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370718762 news.xs4all.nl 15869 [2001:888:2000:d::a6]:34512 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47402 --14dae9c09c1e63ebe704dea95488 Content-Type: text/plain; charset=ISO-8859-1 On 8 Jun 2013 19:19, "Eam onn" wrote: > Wait, the python -c "help('modules')" worked after spamming it a few times. Pygame was listed but it won't do anything when I type in 'import pygame' I still get the error :( Try to always say what your error was. Do you have pip installed? Pygame AFAIK is a c extension so it requires a working compiler. I think you need to have one. --14dae9c09c1e63ebe704dea95488 Content-Type: text/html; charset=ISO-8859-1


On 8 Jun 2013 19:19, "Eam onn" <letsplaysforu@gmail.com> wrote:
> Wait, the python -c "help('modules')" worked after spamming it a few times. Pygame was listed but it won't do anything when I type in 'import pygame' I still get the error :(

Try to always say what your error was.

Do you have pip installed? Pygame AFAIK is a c extension so it requires a working compiler. I think you need to have one.

--14dae9c09c1e63ebe704dea95488--