py2app - Create standalone Mac OS X applications with Python

py2app is a Python setuptools command which will allow you to make standalone application bundles and plugins from Python scripts. py2app is similar in purpose and design to py2exe for Windows.

This documentation corresponds to version 0.4.2 of py2app.

Online Resources

There are several online resources to help you get along with py2app.

Mailing list:
http://www.python.org/community/sigs/current/pythonmac-sig/
Issue tracker:
http://bitbucket.org/ronaldoussoren/py2app/issues
Source code repository:
https://bitbucket.org/ronaldoussoren/py2app/src
PyPI Entry:
http://pypi.python.org/pypi/py2app/

If you’re looking for help, pay special attention to the examples folder in the source, which demonstrates many common use cases.

Table Of Contents

Next topic

Installation

This Page