Creating a Simple GUI

You will want to go to wxPython’s website (www.wxpython.org) and download a copy that matches your Python version. If you have a 32-bit Python, make sure you download a 32-bit wxPython. You cannot use easy_install or pip to install wxPython unless you get the bleeding edge Phoenix version of wxPython, so you’ll have to grab a copy that is pre-built for your system either from the wxPython website or from your system’s package manager. I recommend using at least wxPython 2.9 or higher.

Let’s write some code!

Get hands-on with 1200+ tech skills courses.