From: Pete S. <pe...@sh...> - 2000-05-20 05:51:54
|
tonight i broke through and got all the file stuff working perfect with win32 pySDL. my first test? of course i was eager to see pypanda working. chalk one up for cross platform excellence. pypanda 0.4 ran flawless without any changes. i know binary attachments aren't the friend of everyone, but i jpeg'd the hack out of a screenshot. i've submitted the changes to mark, so hopefully all will be incorporated in the next pySDL 0.0.5 release. btw david clark. there is a strange bug/feature with the current pypanda. the code to initialize the graphics "display = create_display()" is inside the "while 1" loop. on win32 everytime you restart the feed the window moves to the center of the screen. i'm not sure what linux does when the graphics system is restarted. i'm guessing nothing happens so this went uncaught? moving this line before the while 1 loop seems to clean everything up nicely. again, sorry if the attachment kills anyone, it's under 10K, so it shouldn't really punish anyone's slow connections (?) |