[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] OS X install problems



Hi all,

I have problems running pygame in os x. I have run setup.py without
errors, but when I try to import pygame I get the following error:
Python 2.4 (#1, Dec 21 2004, 00:38:26) 
[GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "pygame/__init__.py", line 158, in ?
ImportError: Can not access the window manager, use bundlebuilder or
execute with the pythonw script
>>> 

How do I resolve this issue? 

Thanks in advance.

/LS