• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CurrencyConverter/
1==================
2Currency Converter
3==================
4
5Introduction
6------------
7
8This is a port of the "Currency Converter" example from the Cocoa tutorial
9to Python (via PyObjC).  Development is done in "standalone" mode.  That is,
10the setup.py script is used to build an application wrapper that can be
11launched like any other Cocoa application.
12
13Building the App
14----------------
15
16To build the app, invoke the setup.py script::
17
18   python setup.py py2app
19
20This will build the CurrencyConverter application in the directory *dist*
21within the current working directory as *CurrencyConverter.app*.
22