Thu 18 Mar 2010
wxPython: Putting a Background Image on a Panel
Posted by Mike under Cross-Platform, Python, wxPython
No Comments
Yesterday, I received a request to create a GUI with Tkinter or wxPython that had an image for the background with buttons on top. After looking at Tkinter, I discovered that it’s PhotoImage widget only supported two formats: gif and pgm (unless I installed the Python Imaging Library). Because of this, I decided to give wxPython a whirl. Here’s what I found out. (more…)