diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-03 14:40:35 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-10-03 14:40:35 (GMT) |
commit | 8150760e6eea6e2946c50bbba7b0a5b59e894a2a (patch) | |
tree | 9da87a05473d2852a3dc3fca5e2f3f4ae570e6b6 /Mac/ReadMeOrSuffer | |
parent | 8ccfc93c2f21205ae8c70ea2ece74be8451197d5 (diff) | |
download | cpython-8150760e6eea6e2946c50bbba7b0a5b59e894a2a.zip cpython-8150760e6eea6e2946c50bbba7b0a5b59e894a2a.tar.gz cpython-8150760e6eea6e2946c50bbba7b0a5b59e894a2a.tar.bz2 |
Clarified some things, started adding mods since 1.3beta3
Diffstat (limited to 'Mac/ReadMeOrSuffer')
-rw-r--r-- | Mac/ReadMeOrSuffer | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/ReadMeOrSuffer b/Mac/ReadMeOrSuffer index a6f89a9..45c192e 100644 --- a/Mac/ReadMeOrSuffer +++ b/Mac/ReadMeOrSuffer @@ -26,6 +26,9 @@ compatability calls yourself and send me the results. If you don't have enough memory: the sizes choosen are somewhat arbitrary. Try lowering them and seeing whether the resulting python is still usable. +Note, however, that python running out of memory may result in your mac +freezing. I don't fully understand yet why the mac freezes instead of doing +something a little less drastic. PowerPC Macintosh instructions ------------------------------ @@ -73,6 +76,8 @@ Common instructions You should now have a functioning python. It is probably a good idea to run "testall.py" from :Lib:test at this point, this should not give any errors. +Running testall.py is done by double-clicking it or dropping it onto the +interpreter. Next, try "compileall.py" from :Lib to create all .pyc files (but this isn't really important). |