Archives week 38 of 2011
Sept. 19, 2011 - Sept. 25, 2011
PyDispatcher runs on Python 3.2 now...
Written by
on
in
Snaking.
PyDispatcher is one of those projects that's been in "just works" mode for a long time which needs to be updated to work on Python 3.x if I'm going to be able to test much of my software there. PyDispatcher is the glue that keeps OpenGLContext/PyVRML97 together. It's also the ancestor of the Django signals ...
RunSnakeRun begins to get a memory...
Written by
on
in
Snaking.
By popular demand (well, one user so far), I've added rudimentary support for window state storage to RunSnakeRun. There's lots more state that could be stored, but for now it just stores the window position, size and maximization. Should be considered an alpha-level feature for now, as it is untested on Win32 or OSX. ...