""" Script for building the example. Usage: python setup.py py2app """ from distutils.core import setup import py2app setup( app=["PythonBrowser.py"], data_files=["MainMenu.nib", "PythonBrowser.nib"], )