summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-11-14 20:37:37 +0000
committerJack Jansen <jack.jansen@cwi.nl>2000-11-14 20:37:37 +0000
commit48623af2fa3894c2d38037272ff04de4dae61fa0 (patch)
tree528691394f06a8b9a9d008ce89c756b633d1b0d8 /Mac
parented63dbff2da71613945a0133562ea9ec41202e36 (diff)
downloadcpython-48623af2fa3894c2d38037272ff04de4dae61fa0.tar.gz
Added a note about removing preferences and .pyc files when you move the Python installation.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/ReadMe22
1 files changed, 13 insertions, 9 deletions
diff --git a/Mac/ReadMe b/Mac/ReadMe
index abee69c80e..cde2b08b13 100644
--- a/Mac/ReadMe
+++ b/Mac/ReadMe
@@ -63,6 +63,10 @@ If you have previously installed another copy of 2.0 you should manually
remove your preference file first (but no such action is needed for installing
beside older MacPythons, and they will live together happily).
+Moving your Python installation after installing is generally not a good idea.
+If you have to do this anyway you should remove your preference file, run
+ConfigurePython and remove all .pyc files.
+
If you don't have enough memory: the sizes choosen are somewhat
arbitrary. Try lowering the application sizes in the finder "get info"
window, and seeing whether the resulting python is still usable. Some
@@ -75,15 +79,15 @@ After installing
It is probably a good idea to run the automatic tests. Start
Python and "import test.autotest".
-Three tests will fail on the mac, all with MemoryErrors: test_sha, test_longexp
-and test_zlib. If you increase the PythonInterpreter memory partition size they
-will pass.
-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. test_socket may also fail if you have no internet
-connection. Please also read the Relnotes file for other minor
-problems with this distribution.
+Three tests will fail on the mac, all with MemoryErrors: test_sha,
+test_longexp and test_zlib. If you increase the PythonInterpreter memory
+partition size they will pass. It will, however, print some messages
+about optional features not supported. You should not worry about these,
+they are modules that are supported by Python on other platforms. Also,
+if you didn't run compileall before autotesting you may run out of
+memory the first time you run the tests. test_socket may also fail if
+you have no internet connection. Please also read the Relnotes file for
+other minor problems with this distribution.
Using Python is most easily done from the IDE, which has a builtin editor,
debugger and other goodies. The alternative is to use PythonInterpreter,