Getting started using wxPython with Ubuntu (http://www.ubuntulinux.org) is relatively straightforward and painless. This document describes the procedure needed to go from a standard Ubuntu Hoary distribution (as of 2005 February 26) to using wxPython, although a similar procedure should work for any Ubuntu (or Debian) installation.

Ubuntu's package management system is called "apt". In a terminal window, type "sudo apt-get update" and then press enter and provide your password. This command will cause "apt" to fetch the most up-to-date package listings from its package repositories. Once this is done, type "sudo apt-get install wxpython2.5.3" and then press enter. This command will search the package repositories and install the wxpython2.5.3 package. If "apt-get" complains about not being able to find the wxpython2.5.3 package, then try adding the "universe" repository to your list of package repositories and running the above commands again. You can add the "universe" repository by following the instructions found at http://ubuntuforums.org/showthread.php?t=15987.

To check that everything has gone as planned, start a Python shell in a terminal window, import wx, and check the value of wx.VERSION.

Installing wxPython 2.6.1.0 on Hoary

wxPython with Ubuntu (last edited 2008-03-11 10:50:35 by localhost)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.