On Mar 12, 2005, at 19:06, Heiko Hartmann wrote:

I installed the pygame 1.7.0 distribution on my Mac (Mac OS X 10.3.8 with Python 2.3.5) and I get the following error when I initialize the display mode in a window (taken from the Apple Bug Report):
...
This code did work with the pygame 1.6 distribution.
When initialize the display mode in fullscreen everything works fine. Here are the calls I'm using:


pygame.init()

# Initialize the display mode
surface = pygame.display.set_mode((800,600),0,16)
#surface = pygame.display.set_mode((800,600),FULLSCREEN,16)

I hope that you haven't replaced your /System Python with 2.3.5, because that would break more than just pygame. Are you sure that you have PyObjC 1.2? I can't reproduce this.


-bob

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to