PyCon 2009 is coming and I’m going!

PyCon 2009 will be in Chicago, IL again starting Friday, March 27. Last year there was over 1000 people there and I know there are hopes that the attendance record of yesteryear will be broken yet again this year. I am going to this year for my 2nd time.

wxPython – Redirecting stdout / stderr

New programmers start using Python and wxPython each week. So it follows that every few months, I see people asking how to redirect stdout to a wx.TextCtrl on comp.lang.python or the wxPython mailing list. Since this is such a common question, I thought I would write an article about it. Regular readers will know that …

wxPython – Redirecting stdout / stderr Read More »

Porting wxPyMail to Linux

Porting an application from one OS to another can be a time consuming process. Fortunately, wxPython takes the pain out of the process. This is only the 2nd time that I’ve ported my code to Linux. I usually write for Windows XP on Windows XP at work. When I originally wrote wxPyMail for work, I …

Porting wxPyMail to Linux Read More »