From: Peter N. <pn...@ya...> - 2000-10-17 21:23:14
|
--- Jan Ekholm <ch...@in...> wrote: > On Mon, 16 Oct 2000, David Clark wrote: > > >It looks like Python 2.0 has been released, and I'm > wondering how this > >will affect pySDL. Mark hasn't been seen for quite > a while and it's > >possible he's lost interest in the project. That > would be a real > >shame, but until he re-appears, I think we have to > operate as if we're > >on our own. > Current pysdl works just fine with 2.0 (release > candidate something), it > needs a recompilation and changed defines for > Py_Malloc and PyFree, such > as: > > #define Py_Malloc PyMem_Malloc > #define Py_Free PyMem_Free Yeah -- I think it would be nice to have an agreed-upon version of the regular pysdl that's updated for the current SDL libs as well as python 2 and the mentioned fixes for memory leaks and such. (seems like everyone's modifying it on their own for their own needs which is cool, but the official one is getting moldy) I guess there are a few things in sdl_ttf that need updating, and the clipping is different now. Also I have had problems with the PNG support that might be a bug in the current SDL_image, or maybe I'm compiling it wrong. (the old SDL_image works fine). The Unicode stuff would be nice to have, but I'm not clear on how much work it would take -- it seems like the rest might be fairly easy (judging by the fact that I've been able to figure some of it out myself) --Peter __________________________________________________ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/ |