1- How to install Python 1.3beta3 on your Macintosh
1+ How to install Python 1.3 on your Macintosh
22------------------------------------------------
33
44Even if you don't usually read readme files: please read at least the
@@ -9,11 +9,6 @@ with a fresh distribution. Especially don't forget to remove the
99"python preferences" file from the Preferences folder, and possibly
1010"PythonCore" from the Extensions folder.
1111
12- Next: this is a beta distribution, so (a) things may be broken and (b)
13- the instructions are probably far from complete (or correct:-). I'm counting
14- on you to send me feedback on any problems you encounter or suggestions
15- you have!
16-
1712If this is your first encounter with python: you definitely need the common
1813user documentation (common to all platforms). You can find this (in various
1914forms) on www.python.org and ftp.python.org.
@@ -33,32 +28,25 @@ something a little less drastic.
3328PowerPC Macintosh instructions
3429------------------------------
3530
36- 1. You will have to create some aliases in the 'PlugIns' folder. There is
37- an AppleScript there that will create them for you. If you don't have
38- AppleScript you will have to create the aliases by hand, read the script
39- to see what to do. Alternatively, if you have still have an older, but
40- fairly recent version of python already on your system: try the
41- MkPluginAliases script from the Scripts folder.
42-
43- [If someone nows of a way to create relative aliases or of a simple way
44- to create aliases on a target system without knowing pathnames in advance:
45- please let me know]
46-
47- 2. At this point you should remove older versions of "PythonCore" and
48- "Python Preferences" from your system folder.
49-
50- 3. Next, you should run PythonPPC. This will create an initial preferences
51- file (after asking you if that's ok with you).
31+ 1. Remove older versions of "PythonCore" and "Python Preferences"
32+ from your system folder.
5233
53- 4. To make sure any applets you create can find the common interpreter code
34+ 2. Run the MkPluginAliases applet. This will first ask you whether it should
35+ create an initial preferences file. Let it do so. Next, it will create a
36+ number of aliases in the PlugIns folder. If this fails in mysterious ways
37+ try using the applescript in the PlugIns folder to create the aliases.
38+ If that also fails: examine the script and create the aliases by hand
39+ (and tell me what you did to make either of these two fail:-).
40+
41+ 3. To make sure any applets you create can find the common interpreter code
5442 you should move PythonCore to the Extensions folder (drop it on the
5543 System Folder and it will find its own way). Alternatively, you can
5644 make an alias called "PythonCore" in the Extensions folder and
5745 point it to the real PythonCore. You may want to start PythonPPC
5846 again at this point to check that you actually put the extension in
5947 the right place.
6048
61- 5 . You're all set now. Continue with the common instructions.
49+ 4 . You're all set now. Continue with the common instructions.
6250
635168K Macintosh instructions
6452--------------------------
@@ -67,7 +55,7 @@ PowerPC Macintosh instructions
6755 have one (the file, that is, not the folder:-).
6856
69572. Run Python68K. This will create an initial preferences file (after
70- asking you if that's ok with you).
58+ asking you if that's ok with you). Quit python.
7159
72603. Continue with the next section.
7361
0 commit comments