File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ compatability calls yourself and send me the results.
2626
2727If you don't have enough memory: the sizes choosen are somewhat arbitrary.
2828Try lowering them and seeing whether the resulting python is still usable.
29+ Note, however, that python running out of memory may result in your mac
30+ freezing. I don't fully understand yet why the mac freezes instead of doing
31+ something a little less drastic.
2932
3033PowerPC Macintosh instructions
3134------------------------------
@@ -73,6 +76,8 @@ Common instructions
7376
7477You should now have a functioning python. It is probably a good idea to run
7578"testall.py" from :Lib:test at this point, this should not give any errors.
79+ Running testall.py is done by double-clicking it or dropping it onto the
80+ interpreter.
7681Next, try "compileall.py" from :Lib to create all .pyc files (but this isn't
7782really important).
7883
Original file line number Diff line number Diff line change 1+ Changes since 1.3beta3
2+ ----------------------
3+ - MkPluginAliases.py now works in a virgin distribution environment
4+ - hexbin from binhex.py has been fixed
5+ - various bits and pieces in readme files clarified
6+ - mkapplet bug wrt owner resource (and, hence, trouble starting applets) fixed.
7+
18 Changes since Python 1.2 for the mac
29 ------------------------------------
310These relnotes are relative to the last "official" MacPython release,
You can’t perform that action at this time.
0 commit comments