How feasible is it to write programs like the supplied example in pure python, ideally without resorting to ctypes? (ctypes is bloody useful but if I'm going to that amount of trouble I could just write plain C)
By extension can you make a decent barebones Windows screensaver with not too much code? Skimming over the Lucian Wischik screensaver article it seems vaguely possible. WRT to the supplied example, I couldn't find the GetMessage function in the win32gui module. Seems like it would be nearly mandatory, from my very sketchy knowledge of Windows. Googling around I found this old post to the list http://mail.python.org/pipermail/python-win32/2004-December/002771.html but had the same problems as the original poster and I couldn't find any followups on the thread with fixes. Alan
Main.c
Description: Binary data
_______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
