Posts tagged with wx
Launching wxPython apps with an iPython shell
Dennis - June 27th, 2009
Published in Programming
Suppose you want to run your fancy wxPython application but have a shell in the background to peek and poke at certains settings, help debug, and possibly even use an API that your program provides to automate tasks. iPython has built in wx support (as well as support for other GUIs and frontends). So anyway, [...]
No Comments
Custom Derived Classes for wxPython XRC resources
Dennis - September 6th, 2008
Published in Programming
First of all, this isn’t a topic that is bran new or which requires new documentation. I have learned a few quirks about the process for creating custom controls, panels, frames, and other elements with XRC files in wxPython and I thought I’d write up a little post. Let me point you to the two [...]