Archives April 1, 2007
Maybe a bit too clever in the Postgresql usage ("In case I want to do what I never want to do" bites me...)
Written by
on
in
Knight Errant.
Fighting a bug in a billing process most of the afternoon. Basically two errors, one a memory error and one a database buffer exhaustion error. The first I haven't tracked down, but I did work around it. The second appears to be a side effect of a never-used set of features in PyTable that allow ...
Bare-bones example of PyGTK2 + Twisted (Because simple is what you need to start...)
Written by
on
in
Snaking.
This is a minimalist version of integrating Twisted and PyGTK2, all it does is create a single PyGTK window, create a Twisted reactor that supports PyGTK and then run the application, closing when you close the PyGTK window. It doesn't actually do anything with the window or the network, it just shows how to initiate ...
Mutechs don't write themselves (Starting...)
Written by
on
in
Young Coders.
Been playing with mutech designs this evening. I blocked a little when I tried to solve both the network and the graphics issues simultaneously, so I decided to just focus on the network side. Mostly just requirements now. Trying to keep the set as small as possible so that it's relatively easy to write.