Path to default location for Python output has changed.
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 26 Jan 2003 20:33:46 +0000 (20:33 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 26 Jan 2003 20:33:46 +0000 (20:33 +0000)
Lib/plat-mac/bgenlocations.py

index 84f358785f9d7e158cf12b6c9c80c99b0a4ef540..87400e1c841766761aeda5f1ff67e4a19318b747 100644 (file)
@@ -26,7 +26,7 @@ else:
 # end of lines, so don't worry about that.
 #
 if sys.platform == 'mac':
-       _MWERKSDIR="Macintosh HD:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior"
+       _MWERKSDIR="Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior"
 else:
        _MWERKSDIR="/Volumes/Moes/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/"
 INCLUDEDIR=os.path.join(_MWERKSDIR, "MacOS Support", "Universal", "Interfaces", "CIncludes")
@@ -37,9 +37,9 @@ INCLUDEDIR=os.path.join(_MWERKSDIR, "MacOS Support", "Universal", "Interfaces",
 # your source directory, not your installed directory.
 #
 if sys.platform == 'mac':
-       TOOLBOXDIR=os.path.join(sys.prefix, "Mac", "Lib", "Carbon")
+       TOOLBOXDIR=os.path.join(sys.prefix, "Lib", "plat-mac", "Carbon")
 else:
-       TOOLBOXDIR="/Users/jack/src/python/Mac/Lib/Carbon"
+       TOOLBOXDIR="/Users/jack/src/python/Lib/plat-mac/Carbon"
 
 # Creator for C files:
 CREATOR="CWIE"