Category archives: Snaking
Discussions of programming, particularly of programming Python
PyGTA introduction to Django tonight (Linux Caffe @ 6:30pm)
Written by
on
in
Snaking.
Clifford is going to present on Django today (possibly in a tag team with another developer). Presenting how to use the framework for building a web-site for fun and profit.
Okay, beginning to feel real (Businesses are so inconvenient sometimes...)
Written by
on
in
Snaking.
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 ...
Slipping quickly toward PyCon (Doesn't seem real yet...)
Written by
on
in
Snaking,
Young Coders.
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 ...!-->!-->
New release of PyOpenGL is out (PyOpenGL-Demo too...)
Written by
on
in
Snaking.
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 ...
New release of StarPy is out (Minor fixes and improvements...)
Written by
on
in
Snaking.
Little bit of a project using StarPy this week. It's resulted in some minor improvements to StarPy. Basically a couple of bug-fixes and a minor feature enhancement (added a timeout for AMI connections).
Need to do a bit of porting (Where's the time...)
Written by
on
in
Snaking.
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 ...
More time on distutils/setuptools than ctypes issues (Just a thought that struck me...)
Written by
on
in
Snaking.
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 ...
Got py2exe + PyOpenGL limping across the line... (Need to add the .egg files to the path)
Written by
on
in
Snaking.
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 ...!-->!-->
Another try at Sugar (Try Qemu when I get a chance)
Written by
on
in
Snaking.
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. ...
Gigabytes of comment spam (Annoying blaggards...)
Written by
on
in
Snaking.
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 ...