Import the MacOS toolbox modules from the Carbon package.
diff --git a/Mac/scripts/run.py b/Mac/scripts/run.py
index 4fb040d..75c6129 100644
--- a/Mac/scripts/run.py
+++ b/Mac/scripts/run.py
@@ -27,7 +27,7 @@
 		#sys.exit(1)
 
 def message(str = "Hello, world!", id = 256):
-	import Dlg
+	from Carbon import Dlg
 	d = Dlg.GetNewDialog(id, -1)
 	if not d:
 		print str