| 1 | ======================= |
| 2 | The wxPython Tutorial |
| 3 | ======================= |
| 4 | |
| 5 | ----------------------------------------- |
| 6 | How to get up and running with wxPython |
| 7 | ----------------------------------------- |
| 8 | |
| 9 | :Author: Patrick K. O'Brien |
| 10 | :Contact: pobrien@orbtech.com |
| 11 | :Organization: Orbtech_ |
| 12 | :Date: $Date$ |
| 13 | :Revision: $Revision$ |
| 14 | :License: wxWindows Free Documentation Licence, Version 3 |
| 15 | |
| 16 | .. _Orbtech: http://www.orbtech.com/ |
| 17 | |
| 18 | .. contents:: |
| 19 | |
| 20 | |
| 21 | Introduction |
| 22 | ============ |
| 23 | |
| 24 | This is a tutorial for the wxPython GUI toolkit. It uses the new wx |
| 25 | package syntax that was introduced in wxPython 2.4.1. |
| 26 | |
| 27 | |
| 28 | What is wxPython? |
| 29 | ================= |
| 30 | |
| 31 | wxPython is a GUI toolkit for the Python programming language. It |
| 32 | allows Python programmers to create programs with a graphical user |
| 33 | interface for Windows, Linux, and Mac OS X. |
| 34 | |
| 35 | |
| 36 | License |
| 37 | ======= |
| 38 | |
| 39 | This document adheres to the same license as the other documentation |
| 40 | that comes with wxWindows: |
| 41 | |
| 42 | .. include:: ../licence/licendoc.txt |
| 43 | :literal: |