Kamilche <[EMAIL PROTECTED]> wrote: > I couldn't use pygame ctypes, because most of the examples were broken, > and I just didn't want to figure out why. Instead, I wrote a module to > interface to SDL directly, using the ctypes feature of Python 2.5. I was > happily surprised to discover that SDL was just a single DLL!
Have another look at pygame-ctypes page. Specifically the SDL ctypes related
information.
Richard
