© Mike Driscoll 2018
Mike DriscollwxPython Recipeshttps://doi.org/10.1007/978-1-4842-3237-8_5

5. Wizard Recipes

Mike Driscoll
(1)
Ankeny, New York, USA
 

Recipe 5-1. Creating a Simple Wizard

Problem

Sometimes you will find that you have a need for your users to walk through setting up your application or installing a plug-in. The standard interface to do these sorts of things is called a wizard!
Note
The code in this recipe was adapted from the wxPython Demo application

Solution

A459092_1_En_5_Fig1_HTML.jpg
Figure 5-1
A simple wizard example
When you need to use a wizard in wxPython, you’ll want to import it in a special way. Instead of just importing wx, you will have to do the following: ...

Get wxPython Recipes: A Problem - Solution Approach now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.