Archives Nov. 25, 2004
Thinking as I try to find the Cinemon leak... (Considerations as the test-suite trundles)
Written by
on
in
Snaking.
I think it's time to move PyOpenGL off of SWIG and on to ctypes. Rene did some preliminary work on this... well... it's a while ago now. The basic C-style API isn't that hard, it's replicating the Pythonic API that causes the problems. It's likely worth the pain just to reduce build problems, the flexibility ...
Oh, the day in hotspots (Suppose I should mention the real work...)
Written by
on
in
Snaking.
Think I've gone about as far as I can go without knowing what I'm trying to build for the hotspot project. I put up a quick framework, started filling in page templates with approximately what's needed, but without knowing what business information is needed/wanted, I can't really write the code to go behind the templates. ...
wxoo fixes (Wooing developers into using BasicProperty, PyTable and wxoo)
Written by
on
in
Snaking.
Realised when asked a few days ago that I'd left wxoo sitting right in the middle of a major rewrite. The rewrite was necessitated by the wxPython 2.5 API changes. Those changes were... let's just say "nontrivial", and unfortunately, the new wxPython APIs changed as I was in the middle of doing the upgrade (reversing ...