summaryrefslogtreecommitdiffstats
path: root/Mac/ReadMe
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-04-25 22:11:24 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-04-25 22:11:24 (GMT)
commitc1218bc0148bbfb2b89fa59d27a91fc3febb1da2 (patch)
treeb776d1a7804d3cd6df4ed09e6d073c8a5e5bed0b /Mac/ReadMe
parentc54be4299cd0d784c422755f5535aac623335b85 (diff)
downloadcpython-c1218bc0148bbfb2b89fa59d27a91fc3febb1da2.zip
cpython-c1218bc0148bbfb2b89fa59d27a91fc3febb1da2.tar.gz
cpython-c1218bc0148bbfb2b89fa59d27a91fc3febb1da2.tar.bz2
Files for 2.1 distribution.
Diffstat (limited to 'Mac/ReadMe')
-rw-r--r--Mac/ReadMe20
1 files changed, 15 insertions, 5 deletions
diff --git a/Mac/ReadMe b/Mac/ReadMe
index aa38579..f23e702 100644
--- a/Mac/ReadMe
+++ b/Mac/ReadMe
@@ -1,7 +1,7 @@
-How to install Python 2.1b2 on your Macintosh
----------------------------------------------
+How to install Python 2.1 on your Macintosh
+-------------------------------------------
-This is a beta MacPython that can run on classic MacOS (from 8.1
+This is a MacPython that can run on classic MacOS (from 8.1
onwards) and natively on MacOSX. The installer tries to work out whether you can
use the Carbon version or not. This is also the first MacPython distribution
to be packaged as an active installer, which only downloads the parts you actually
@@ -9,10 +9,12 @@ need. Let me hear about problems in these areas.
You should definitely read the Relnotes file too.
-A special note about the active installer: do not background it, it will hang
+A special note about the active installer: do not background it, it may hang
your machine. This is a general problem with Vise active installers, MindVision
are working on it.
+If you installed a 2.1 beta on MacOSX you MUST read the uninstall section below.
+
------
If this is your first encounter with Python: you definitely need the
@@ -106,10 +108,18 @@ Uninstalling
Two items are installed in the system folder: the interpreter shared
libraries PythonCore and PythonCoreCarbon lives in the Extensions folder and the
-"Python 2.1b1 Preferences" file in the Python subfolder in the
+"Python 2.1 Preferences" file in the Python subfolder in the
Preferences folder. All the rest of Python lives in the folder you
installed in.
+On OSX the libraries are installed in /Library/CFMSupport. There is a nasty bug
+in OSX that is triggered by Python: if any orphaned aliases are left in
+/Library/CFMSupport your machine will start to behave very badly. 2.1
+beta installers triggered this problem if you simply threw away your Python folder,
+so if you installed a 2.1beta you should clean out the aliases in /Library/CFMSupport
+too. This final 2.1 installer always copies the shared libraries on OSX, so it does
+not have the problem anymore.
+
Things to see
-------------