Index: /Users/go/working_copies/nodebox/src/macsetup.py
===================================================================
--- /Users/go/working_copies/nodebox/src/macsetup.py	(revision 220)
+++ /Users/go/working_copies/nodebox/src/macsetup.py	(working copy)
@@ -53,7 +53,7 @@
         ],
         app = [dict(script='macboot.py', plist=plist)],
         options = dict(py2app=dict(
-            includes = ['DrawingPrimitives', 'Numeric'],
+            includes = ['DrawingPrimitives', 'numpy'],
             optimize = 2,
         )),
     )
Index: /Users/go/working_copies/nodebox/src/macbuild.sh
===================================================================
--- /Users/go/working_copies/nodebox/src/macbuild.sh	(revision 220)
+++ /Users/go/working_copies/nodebox/src/macbuild.sh	(working copy)
@@ -3,13 +3,13 @@
 
 # First, make the help files.
 cd ../helpsrc
-python2.3 makehelp.py
+python2.5 makehelp.py
 
 # Now build the application.
 # Semi-standalone means it bundles all the required modules,
 # but not Python itself.
 cd ../src
-python2.3 macsetup.py py2app --semi-standalone
+python2.5 macsetup.py py2app
 
 # Due to a bug in PyObjC, the included site.py file is incorrect.
 # We provide our own.
