Archives Oct. 29, 2006
GCCXML seems to want a VC install (Does like the toolkit installation...)
Written by
on
in
Snaking.
Got the MS runtime redistributable for VC6-built applications and settled in to start creating the WGL library. Unfortunately, the gccxml instance seems to want to have a Visual C install (not a Toolkit). Sigh.
Distractions clear the mind (Fog of trying the same thing too many times...)
Written by
on
in
Snaking.
Just before getting the call about the branch I was (again) cursing the fact that the Win32 installation doesn't have a graphics driver. Well, with the break-time (including talking to Soni) I realised the likely culprit: AGP bus failures due to attempts to use "advanced" (but poorly implemented) features.
Poke through the BIOS a bit ...!-->!-->
That's a bit distracting (Branch falls on our car)
Written by
on
in
Vindaloo.
For some reason Rose parked in our neighbour's driveway last night (they're refinishing the garage in November, but that's two days away). In the wind storm two big (dead) trees in the front yard next door shed major branches (30 or 40cm diameter). One of them went through the window of the house to which ...
Topic Ideas for PyCon (Brainstorming...)
Written by
on
in
Snaking.
Since I need to get it done quickly, going to do my brainstorming and workup for PyCon topics online. Obviously won't do the final workup online (since then the surprise and fun is lost), but may as well get some feedback on the ideas to know which proposals to put forward.
When, precisely, did it become the end of the month? (Urgh.)
Written by
on
in
Snaking.
Just looked at the calendar and realised there's only 2 days left in October. That means 2 days to put together PyCon talk proposals. 2 days to get the invoicing done. 2 days to get the conference bridge mini-project wrapped up and gone. Sigh.
Some OpenGL-ctypes hacking (Including getting auto-generation working again...)
Written by
on
in
Snaking.
Added a GLX sub-package to OpenGL-ctypes today. It was created using the auto-generation mechanism, which had drifted away from the subclass I created a bit. Seem to be back to usable results now.
Tried to get the WGL sub-package created, but didn't have one of the MSVC libraries I needed to do the auto-generation. Also ...!-->!-->