Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #47402

Re: Installing PyGame?

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 <fabiosantosart@gmail.com>
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&gt;': 0.22; 'cc:addr:python.org': 0.22; 'error': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '&gt;': 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> <mailman.2888.1370709708.3114.python-list@python.org> <44636430-af69-4162-adab-8f595da3cdd7@googlegroups.com> <c578d54d-bffa-44f5-b5ec-2a2e0878d8b2@googlegroups.com> <bf7eef65-25f6-4630-9a44-ebde3d192bc5@googlegroups.com> <0cbb0cd2-b3dc-44a8-a232-a6f797057f5d@googlegroups.com>
Date Sat, 8 Jun 2013 20:12:33 +0100
Subject Re: Installing PyGame?
From Fábio Santos <fabiosantosart@gmail.com>
To Eam onn <letsplaysforu@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2893.1370718762.3114.python-list@python.org> (permalink)
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

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Installing PyGame? Eam onn <letsplaysforu@gmail.com> - 2013-06-08 09:07 -0700
  Re: Installing PyGame? Fábio Santos <fabiosantosart@gmail.com> - 2013-06-08 17:41 +0100
    Re: Installing PyGame? Eam onn <letsplaysforu@gmail.com> - 2013-06-08 10:07 -0700
      Re: Installing PyGame? cclauss@bluewin.ch - 2013-06-08 10:58 -0700
        Re: Installing PyGame? Eam onn <letsplaysforu@gmail.com> - 2013-06-08 11:05 -0700
          Re: Installing PyGame? Eam onn <letsplaysforu@gmail.com> - 2013-06-08 11:07 -0700
            Re: Installing PyGame? Fábio Santos <fabiosantosart@gmail.com> - 2013-06-08 20:12 +0100
            Re: Installing PyGame? cclauss@bluewin.ch - 2013-06-08 12:23 -0700
          Re: Installing PyGame? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-06-08 15:10 -0400
          Re: Installing PyGame? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-06-08 16:17 -0400
      Re: Installing PyGame? Neil Hodgson <nhodgson@iinet.net.au> - 2013-06-09 08:51 +1000

csiph-web