Tag Archives: wxPython

Launching wxPython apps with an iPython shell

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 … Continue reading

Posted in Programming | Tagged , , , , | Comments Off on Launching wxPython apps with an iPython shell

Custom Derived Classes for wxPython XRC resources

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 … Continue reading

Posted in Programming | Tagged , , , , , , , | Comments Off on Custom Derived Classes for wxPython XRC resources