Archives May 11, 2005
I forgot how pretty Cinemon can be (Windows laptop and a data transfer switch makes it so obvious!)
Written by
on
in
Snaking.
So, after another extended day, went to the UU meeting to see Bryan and pick up the laptop. It's an IBM X31 ThinkPad with a busted screen, so I have to connect it to my monitor, making it entirely non-portable. Luckily, Steve Holden gave me a switch and cables for sharing a monitor at PyCon, ...
Sleep refuses to come (A little ctypes-ing to calm the mind...)
Written by
on
in
Snaking.
Since I couldn't sleep, decided to build a wrapper to create an OpenGL context for testing the new ctypes-based code. Simple enough with PyGame, just import, init and set the mode and we're off to the races. Found a few small bugs when the code started running, and enhanced the error reporting a little, but ...