Category archives: Snaking

Discussions of programming, particularly of programming Python

RSS feed of Snaking

Okay, beginning to feel real (Businesses are so inconvenient sometimes...)


The reality of being just 2.5 days away from leaving (and thus having to have the month's work wrapped up) is beginning to sink in. Also just realised it's only 7 days, not 10 (February being rather short). I'm expecting I'll need to sit in the lobby late a couple of nights getting work done ...

Continue reading

Slipping quickly toward PyCon (Doesn't seem real yet...)


Weird to realise I'm leaving for PyCon on Thursday morning. So many things to get done before then, but somehow the idea that I'm leaving for 10 days just doesn't seem to be sparking the urgency it should. Oh well.

I'm beginning to think about what to do for the sprints. I'd love to have ...

Continue reading

New release of PyOpenGL is out (PyOpenGL-Demo too...)


Took the bulk of the day off today to get the next release of PyOpenGL out the door. I've re-enabled the numarray support, using the same underlying library as for the Numeric support (i.e. no binary modules). I've also stripped out the "Demo" directory and made a separate egg for that so that projects that ...

Continue reading

Need to do a bit of porting (Where's the time...)


Realised today that SimpleParse doesn't build on Python 2.5. Something in the test for PY_HEX_VERSION is failing so it's trying to redefine functions that have been in Python since 2.3. Sigh. Also need to look at whether it's easily possible to get .egg files into an installer for Win32 users. I also want to get ...

Continue reading

More time on distutils/setuptools than ctypes issues (Just a thought that struck me...)


There are two major changes in PyOpenGL 3.x (and OpenGLContext). The first is the big, obvious one, the switch to using ctypes. When it comes right down to it, other than tracking down a few AMD64 issues at the start, and a few problems between the chair and the keyboard, ctypes has "just worked" most ...

Continue reading

Got py2exe + PyOpenGL limping across the line... (Need to add the .egg files to the path)


Blake was good enough to prod me abound getting PyOpenGL 3.x to run under py2exe'd applications. The problem is that even if you copy the .egg directory to the distribution directory the setuptools entry points don't get registered, so PyOpenGL can't find its array-handling mechanisms.

After lots of trial and error I just wound up ...

Continue reading

Another try at Sugar (Try Qemu when I get a chance)


Going to attempt to set up a Sugar development environment. The Gentoo installation stuff doesn't work any more (everything is masked out due to bugs/instability now). Apparently it'll run in a Qemu environment that allows for development work. Might be a workable solution if I can mount a directory into the image from the workstation. ...

Continue reading

Gigabytes of comment spam (Annoying blaggards...)


Tim tells me that the ZODB (Zope Object Database) in which this blog is housed has grown to 12GB, largely composed of enormous amounts of comment spam. He's looking at how to shrink it down to something reasonable, but if that's the kind of spamming rate we're seeing we're going to need some way to ...

Continue reading