summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-02-20 15:46:35 +0000
committerJack Jansen <jack.jansen@cwi.nl>1998-02-20 15:46:35 +0000
commit706af6dc4c0a37295564ea61aa5e2562e28a099d (patch)
tree0dd783f6d846e50e914e5a71ab18546da0147579 /Mac
parentf49b8b33cc8b46224c0edd50a27897f98802de60 (diff)
downloadcpython-706af6dc4c0a37295564ea61aa5e2562e28a099d.tar.gz
Fixed bug in explanation of how to run test.autotest, and warned for
out-of-memory condition
Diffstat (limited to 'Mac')
-rw-r--r--Mac/ReadMe18
1 files changed, 10 insertions, 8 deletions
diff --git a/Mac/ReadMe b/Mac/ReadMe
index b31e336417..e1266ac60a 100644
--- a/Mac/ReadMe
+++ b/Mac/ReadMe
@@ -62,11 +62,16 @@ and/or enabling virtual memory may solve these problems.
After installing
----------------
-It is probably a good idea to run the automatic tests. Start Python and
-"import test.autotest" and "test.autotest.main()". This should not print
-any errors. It will, however, print some messages about optional
-features not supported. Running testall.py is done by double-clicking it
-or dropping it onto the interpreter.
+The first step thing you could try is to run "compileall.py" to create
+all .pyc files, but this isn't very important, as pyc files are
+created on-the-fly as well. You may also want to skip this step if you
+are low on diskspace.
+
+Next, it is probably a good idea to run the automatic tests. Start Python
+and "import test.autotest". This should not print any errors. It will,
+however, print some messages about optional features not
+supported. Also, if you didn't run compileall before autotesting you
+may run out of memory the first time you run the tests.
NOTE: as of 1.5b3 the test test_strftime will fail. This is due to a
problem with the way the MetroWerks handles %% escapes in strftime()
@@ -74,9 +79,6 @@ strings, and there is little I can do about it. test_socket may also
fail if you have no internet connection. Please also read the Relnotes
file for other minor problems with this distribution.
-Next, try "compileall.py" from :Lib to create all .pyc files (but this
-isn't really important).
-
PPC and CFM68K users have a couple of applets in the main folder they
may want to try, (68K users can use the corresponding scripts from the
"scripts" folder):