Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47391
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-06-08 10:07 -0700 |
| References | <5c069831-8cab-43da-a4f9-ccec68cdc101@googlegroups.com> <mailman.2888.1370709708.3114.python-list@python.org> |
| Message-ID | <44636430-af69-4162-adab-8f595da3cdd7@googlegroups.com> (permalink) |
| Subject | Re: Installing PyGame? |
| From | Eam onn <letsplaysforu@gmail.com> |
On Saturday, June 8, 2013 5:41:40 PM UTC+1, Fábio Santos wrote:
> On 8 Jun 2013 17:17, "Eam onn" <letspl...@gmail.com> wrote:
>
> > I keep getting an error in all my versions of IDLE.
>
> What error is that? Show us. Errors carry strong hints.
>
> Also, are you following an install guide/tutorial? Which one?
>
> Cheers
I'm not following a guide, but I have followed about 20 - No exaggeration. Here's the error I am getting:
ERROR 1: Terminal
--------
COMMAND: import pygame
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/__init__.py", line 95, in <module>
from pygame.base import *
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so, 2): no suitable image found. Did find:
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so: no matching architecture in universal wrapper
ERROR 2: IDLE (all versions)
--------
COMMAND: import pygame
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pygame
ImportError: No module named 'pygame'
Any idea as to what is going on? Terminal is V2.7.3 of Python.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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