root/nodebox/trunk/src/macboot.py

Revision 155, 284 bytes (checked in by fdb, 16 months ago)

- NodeBox? moved into package now: you can do "from nodebox.graphics import GraphicsContext?".
- old setup.py is now macsetup.py
- There's a new setup.py that is meant to install NodeBox? as a package: you can do "python setup.py install" to install.
- build_dist.sh became macbuild.sh
- DrawingPrimitives? deprecated in favor of nodebox.graphics

Line 
1# Startup file for the NodeBox OS X application
2
3# PyObjC requires the startup file to be in the root folder.
4# This just imports everything from the nodebox.gui.mac module
5# and works from there
6
7from nodebox.gui.mac import *
8
9if __name__ == "__main__":
10    AppHelper.runEventLoop()
Note: See TracBrowser for help on using the browser.