Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b72695

Browse files
committed
Updated for 1.5a4
1 parent bbaf37c commit 0b72695

1 file changed

Lines changed: 31 additions & 12 deletions

File tree

Mac/ReadMe

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
How to install Python 1.5a3 on your Macintosh
2-
-------------------------------------------
1+
How to install Python 1.5a4 on your Macintosh
2+
---------------------------------------------
33

44
If this is your first encounter with Python: you definitely need the
55
common user documentation (common to all platforms). You can find this
@@ -25,6 +25,11 @@ is available from Apple (available for free from
2525
7.6.1). If your machine is pre-68020 you cannot use cfm68k and you can
2626
install the classic 68k Python.
2727

28+
After the installer finishes it automatically launches the
29+
ConfigurePython applet, to finish configuration of your Python
30+
installation (except for classic 68K installations, where no extra
31+
configuration is needed).
32+
2833
If you have a pre-system 7 macintosh: sorry, this release will not work
2934
on your system. Too many sys7 features are used to make a sys6 python
3035
easy to create.
@@ -44,12 +49,13 @@ and/or enabling virtual memory may solve these problems.
4449
After installing
4550
----------------
4651

47-
It is probably a good idea to run "autotest.py" from :Lib:test at this
48-
point, this should not give any errors. It will, however, print some
49-
messages about optional features not supported. Running testall.py is
50-
done by double-clicking it or dropping it onto the interpreter.
52+
It is probably a good idea to run the automatic tests. Start Python and
53+
"import test.autotest". This should not print any errors. It will,
54+
however, print some messages about optional features not supported.
55+
Running testall.py is done by double-clicking it or dropping it onto the
56+
interpreter.
5157

52-
NOTE: as of 1.5a3 the tests test_time, test_strftime and test_rotor will
58+
NOTE: as of 1.5a4 the tests test_time and test_strftime will
5359
fail. This is due to a problem with the tests. test_socket may also fail
5460
if you have no internet connection.
5561

@@ -68,12 +74,24 @@ applet, a tiny application written in python. Drop a python source on it
6874
and out comes the application. More information can be found in the
6975
"Mac:Demo" folder.
7076

77+
If you have a slow machine you may want to disable automatic site.py import
78+
since site.py does not do too much on the mac (unless you make it do
79+
something), and it can take a few seconds.
80+
7181
PPC and CFM68K users will see one more file in the python folder:
7282
PythonApplet. This is the template for building applets, leave it alone.
7383
The applet is "fat", containing both PPC and CFM68K code. Hence, applets
7484
built with it can be transported to machines with the other
7585
architecture.
7686

87+
Uninstalling
88+
------------
89+
90+
Two items are installed in the system folder: the interpreter shared
91+
library "PythonCore 1.5a4" lives in the Extensions folder and the
92+
"Python 1.5a4 Preferences" file in the Preferences folder. All the rest
93+
of Python lives in the folder you installed in.
94+
7795
Things to see
7896
-------------
7997

@@ -104,16 +122,15 @@ that this means you can keep your older version around if you are unsure
104122
whether to upgrade. The bad news is that your old preference settings
105123
are lost and you have to set them again.
106124

107-
After you are satisfied that 1.5a3 works as expected you can trash
125+
After you are satisfied that 1.5a4 works as expected you can trash
108126
anything in the system folder that has "python" in the name and not
109-
"1.5a3".
127+
"1.5a4".
110128

111129
The installer
112130
-------------
113131

114132
The installer for this product was created using Installer VISE Lite
115133
from MindVision Software. For more information on Installer VISE Lite,
116-
117134
contact:
118135
MindVision Software
119136
7201 North 7th Street
@@ -123,13 +140,15 @@ Fax: 402-477-1395
123140
124141
http://www.mindvision.com
125142

143+
Just van Rossum <[email protected]> created the installer in just a couple
144+
of days (hours?).
126145

127146
Feedback
128147
--------
129148

130149
Send bug reports, suggestions, contributions and fanmail to
131-
<[email protected]>. Be warned however that I'm pretty busy, so I may not
132-
always respond immedeately.
150+
<[email protected]>. Be warned however that I'm on holiday for most of october
151+
and november, so I may not always respond immedeately.
133152

134153
A better way to discuss MacPython is to join the
135154
<[email protected]> mailing list, which is explicitly meant for

0 commit comments

Comments
 (0)