diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1999-01-13 16:58:53 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-01-13 16:58:53 (GMT) |
commit | b5600e7cb97811252550c1aa61c06b82352f0528 (patch) | |
tree | 306e47c585cc8e10cfd57a850a7698079b199d28 /Mac/ReadMe | |
parent | 50ff95475b81e6b3fde6a3b171c02fc0093af0f6 (diff) | |
download | cpython-b5600e7cb97811252550c1aa61c06b82352f0528.zip cpython-b5600e7cb97811252550c1aa61c06b82352f0528.tar.gz cpython-b5600e7cb97811252550c1aa61c06b82352f0528.tar.bz2 |
Hand't been committed yet (minor changes)
Diffstat (limited to 'Mac/ReadMe')
-rw-r--r-- | Mac/ReadMe | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -22,16 +22,18 @@ NumPy printing don't work. What to install --------------- -There are three flavors of Python: PowerPC, cfm68k and Classic 68k (the -FAT flavor is just a combination of the first two, which is handy if you -want to install Python on a fileserver or so). 68K-mac owners should -definitely use the cfm68k version if possible, since it enables the use -of applets and dynamically loaded modules and usually has a smaller -memory footprint. It does however need the CFM68K Runtime Enabler which -is available from Apple (available for free from +There are three flavors of Python: PowerPC, cfm68k and Classic 68k +(the FAT flavor is just a combination of the first two, which is handy +if you want to install Python on a fileserver or so). 68K-mac owners +should definitely use the cfm68k version if possible, since it enables +the use of applets and dynamically loaded modules and usually has a +smaller memory footprint. If you have an older system than MacOS 8 it +does however need the CFM68K Runtime Enabler which is available from +Apple (available for free from <http://support.info.apple.com/ftp/swhome.html>, included since MacOS -7.6.1). If your machine is pre-68020 you cannot use cfm68k and you can -install the classic 68k Python. +7.6.1 and builtin to the system since MacOS 8). If your machine is +pre-68020 you cannot use cfm68k and you can install the classic 68k +Python. After the installer finishes it automatically launches the ConfigurePython applet, to finish configuration of your Python |