From: Pete S. <psh...@me...> - 2000-05-16 07:20:06
|
i'm eagerly pounding away on PySDL for windows. it's been a bit of learning python extensions just to get it compiling. well, now some of it is working, but some of it isn't. most noticeably the video system. i've traced it back to problems creating the window. it appears SDL uses argv[0] as the classname for the window class. right now this is NULL when running under python. i'm pretty sure that's the problem. strangely i can't seem to fix this with simple changes to the SDL code. hmmmm.. anyways, i'm wondering how things are looking for PySDL? personally i'm quite excited about it, and am surprised there is so little interest. has anyone had any luck in getting a win32 version running? i've had to make many small typecasting adjustments to get it working. i've also been adding a few functions here and there (like sdl.get_error()) to help me trace my problems down. also, has anyone gotten any work from the project owner, "mbaker" ?? is the guy dead?? what's happening with PySDL? |