Hi Oh man I've must been blind, I've used pygame 1.6 and the main problem disappears with pygame 1.6.2. So it works on XP and W2k now.
But the problem with py2exe is still there - the executable crashes with an "abnormal program termination" when pygame 1.6.2 is used. And my question exists further: Why is there no pygame 1.7 for Python2.3? Am 13.07.2006 17:26:19 schrieb Kamilche: > if sys.platform == 'win32': > os.environ['SDL_VIDEO_WINDOW_POS'] = '3,23' > os.environ['SDL_VIDEODRIVER'] = 'windib' This doesn't help. Is there a complete list of environment variables for SDL? I've only found ftp://ptah.lnf.kth.se/pub/misc/sdl-env-vars, but SDL_VIDEO_WINDOW_POS isn't in this list. thx & cu boesi
