Temporarily disabled the import hook. It breaks with the package-based
Carbon and its workaround.
diff --git a/Mac/Tools/IDE/Splash.py b/Mac/Tools/IDE/Splash.py
index 60cd7c6..5293295 100644
--- a/Mac/Tools/IDE/Splash.py
+++ b/Mac/Tools/IDE/Splash.py
@@ -32,6 +32,7 @@
 	Qd.SetPort(splash)
 	fontID = Fm.GetFNum("Python-Sans")
 	if not fontID:
+		from Fonts import geneva
 		fontID = geneva
 	Qd.TextFont(fontID)
 	Qd.TextSize(9)
@@ -64,7 +65,7 @@
 			return rv
 		return _real__import__(name)
 
-install_importhook()
+#install_importhook()
 
 kHighLevelEvent = 23
 import Win