Search⌘ K
AI Features

Introduction to py2exe

Explore how to create Windows executable programs from Python applications using py2exe. This lesson guides you through building a simple desktop GUI with wxPython and shows how py2exe handles package inclusion, focusing on Python 2.x compatibility.

We'll cover the following...

The py2exe project used to be the primary way to create Windows executables from your Python applications. The regular version of py2exe just supports Python 2.3-2.7. ...