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

Re: [pygame] OS X install problems




On Jan 9, 2005, at 15:10, luke skywalker wrote:

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?

Use pythonw to start Python, like it says.

-bob