From: Krolours <kro...@fr...> - 2000-04-13 17:35:49
|
Hello, I'm trying to use pysdl in windows. I built it sucessfully with mingw32 but it does not work as expected : Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [MSC 32 bit (Intel)] on win32 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam >>> import sdl >>> sdl.init(sdl.INIT_AUDIO) 0 >>> sdl.init(sdl.INIT_VIDEO) -1 >>> It seems it can create the pysdl types Surface_Type, CD_Type, ... Maybe someone has ideas about what I made wrong. I'll send patches to the author once it works. pysdl rock ! -- --------------------------------------------------------------------- G.Quiniou kro...@fr... --------------------------------------------------------------------- |