Archives week 39 of 2006
Sept. 25, 2006 - Oct. 1, 2006
Bit of work with TurboGears (Have to work with it more often)
Written by
on
in
Snaking.
Spent the day doing mock-up of a Voicemail configuration and "viewing" web-site in Turbogears. Still just early moments, such little things as actually hooking it up to Asterisk realtime and the like haven't been touched, I'm just populating the tables it requires. I like the jsonify mechanism, makes it easy to define how to linearise ...
Win32 goes reasonably well (With a few annoyances...)
Written by
on
in
Snaking.
A few changes to the Win32 platform module and a few tweaks to deal with problems on Win32 (particularly with one of the image-packing settings that gets rejected as invalid, but which is just a belt-and-suspenders setting anyway).
Considerable number of the OpenGLContext demos are now working on Win32. I'll need to get various (compiled) ...!-->!-->
Hacking the night away (Optimising with OpenGL-ctypes)
Written by
on
in
Snaking.
I added the ability to set a flag on the numpy format handler to raise errors when a numpy array is passed in that requires a copy to be passed to ctypes. The idea is that you can use it to catch unwanted copying (during development). Found quite a few instances in OpenGLContext where I ...
Josh, got your messages (No mail-server access here...)
Written by
on
in
Snaking.
Probably the easiest approach is to just give you (Josh) developer access to the PyOpenGL project for development work. (Josh is doing the Mac OS-X porting work).
I've added the missing arrayhelpers module to the project that Josh pointed out. Modifications to the error module from this weekend were intended to address the problems on ...!-->!-->
That wasn't the most productive of days (Good nap though...)
Written by
on
in
Vindaloo.
I thought Rose had asked me to stay home today to meet the new dog-walker. They didn't show up (I probably got the wrong day). Anyway, was really tired in the morning, so didn't get up until the puppy asked me to go out. Took him out, read news and email in preparation for starting ...
Almost have the mail server set up (Stand-alone server that's quiet enough to leave on all the time...)
Written by
on
in
Tuxedo.
I've just completed testing the new mail server setup. It's basically identical to the setup on my home workstation, save that it's for both Rose and I (and it's running on a dedicated (if low-spec) machine).
Outlook (which Rose uses from her XP laptop) doesn't seem to handle network interruptions very well, it hangs and ...!-->!-->
Beginning the porting work (Well, began...)
Written by
on
in
Snaking.
Got to the point of actually compiling the first project last night. I chose SimpleParse because it's a fairly straightforward extension but it's not stupid-simple like the various accellerator extensions. I obviously forgot to check in the changes from the last time I ported it to Win32 :( . I fixed one or two glaring ...