[Python-checkins] python/dist/src/Mac ReadMe,1.45.2.1,1.45.2.2

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 03 Jan 2003 15:53:48 -0800


Update of /cvsroot/python/python/dist/src/Mac
In directory sc8-pr-cvs1:/tmp/cvs-serv17938

Modified Files:
      Tag: r23a1-branch
	ReadMe 
Log Message:
Updated for 2.3a1

Index: ReadMe
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/ReadMe,v
retrieving revision 1.45.2.1
retrieving revision 1.45.2.2
diff -C2 -d -r1.45.2.1 -r1.45.2.2
*** ReadMe	2 Jan 2003 23:09:35 -0000	1.45.2.1
--- ReadMe	3 Jan 2003 23:53:45 -0000	1.45.2.2
***************
*** 1,18 ****
! How to install Python 2.2.1 on your Macintosh
! ---------------------------------------------
  
! This is a MacPython that can run on classic MacOS (from 8.1
! onwards) and natively on MacOSX. The installer tries to work out whether you can
! use the Carbon version or not. For Mac OS X users: this version of Python
! does not run from the command line, it is a pure "Mac only" app. Use the standard
! unix Python from the commandline, the two Pythons will be merged in the future.
  
! You should definitely read the Relnotes file too, and the section below about
! toolbox module reorganization. You should also read :Misc:NEWS, which lists
! the general (non-mac-dependent) new features of this Python release.
  
! A special note about the active installer: do not background it, it may hang
! your machine. This is a general problem with Vise active installers, MindVision
! are working on it.
  
  ------
--- 1,24 ----
! How to install MacPython-OS9 2.3a1 on your Macintosh
! ----------------------------------------------------
  
! This is a MacPython that can run on Mac OS 8.6 with CarbonLib
! installed, Mac OS 9 and Mac OS X. It is the direct successor of MacPython 2.2.
  
! For Mac OS X users: you are probably better off with the normal unix distribution
! of Python. That version also runs from the commandline, and if you do a framework
! build it will contain all the functionality of this version too. A prebuilt
! version will be available starting with the beta distributions.
  
! If you are upgrading from a previous MacPython you should read :Misc:NEWS,
! which lists the new features of this Python release. As of this release
! the Mac-specific release notes have been moved to the "Mac" section of
! the general NEWS file.
! 
! Two changes since 2.2 deserve special mention:
! - Most Mac-specific modules have moved to :Lib:plat-mac. :Mac:Lib now contains
!   only modules that are not shared with MacPython-OSX 2.3.
! - macfs is now a pure Python wrapper module around various modules in the
!   Carbon package. For 2.3a1 only this wrapping is incomplete: fsspec.SetDates()
!   does not work yet. If you encounter any other problems please report them.
  
  ------
***************
*** 29,36 ****
  now. The documentation is in HTML format, start with index.html.
  
! This installer installs MacPython for classic PPC MacOS, MacPython for Carbon
! (OS X, OS 9 or OS 8 with CarbonLib installed) or both, depending on your
! configuration. By selecting custom install you can bypass these tests and
! install what you want.
  
  If you want 68k support you will have get MacPython 1.5.2.
--- 35,40 ----
  now. The documentation is in HTML format, start with index.html.
  
! If you want a MacPython that runs on systems without Carbon support (8.1
! up to 8.6 without CarbonLib) you should get MacPython 2.2.2.
  
  If you want 68k support you will have get MacPython 1.5.2.
***************
*** 40,66 ****
  
  The optional parts in this distribution are
! - TK+PIL: Tkinter and support modules, plus Imaging, the Python image
!   manipulation package (allows you to read, write and display images and
!   do lots of operations on them). 
!   For Carbon MacPython you only get PIL: there is no Tcl/Tk for Carbon yet.
!   This is the reason Classic MacPython is also installed on MacOSX: it
!   allows you to run Tkinter applications, albeit in the Classic box.
  - img: another imaging package. Has more file format support and is faster
    than imaging, but has only limited operations on images. There is a bridge
    between the packages.
  - Numeric: the LLNL Numeric Python extension. All sorts of nifty operations
!   on matrices and such. This is the most recent version from the
!   sourceforge archive.
!   Numeric has moved from Extensions to :Lib:site-python, by the way,
!   see the release notes.
  - Developers kit: all header files and some tools and sample projects
    to get you started on writing Python extensions if you have CodeWarrior.
  All these except the DevKit are installed with Easy Install.
  
! After the installer finishes it automatically launches the appropriate
! ConfigurePython applet, to finish configuration of your Python. If you
! run MacOS9 or later (or 8 with CarbonLib installed) you can switch
! back and forth between the classic and Carbon versions of Python by
! running either ConfigurePythonClassic or ConfigurePythonCarbon.
  
  Moving your Python installation after installing is generally not a
--- 44,61 ----
  
  The optional parts in this distribution are
! - PIL: the Python image manipulation package (allows you to read, write
!   and display images and do lots of operations on them). Tkinter is no
!   longer supported, a working Carbon version is Tk is not available.
  - img: another imaging package. Has more file format support and is faster
    than imaging, but has only limited operations on images. There is a bridge
    between the packages.
  - Numeric: the LLNL Numeric Python extension. All sorts of nifty operations
!   on matrices and such. This is version 22.
  - Developers kit: all header files and some tools and sample projects
    to get you started on writing Python extensions if you have CodeWarrior.
  All these except the DevKit are installed with Easy Install.
  
! After the installer finishes it automatically launches the
! ConfigurePython applet, to finish configuration of your Python. 
  
  Moving your Python installation after installing is generally not a
***************
*** 132,136 ****
  not having a preference file: the symptom is failing to import all sorts
  of standard modules. If you remove your per-user Python preference files
! (in ~/Library/Preferences) and then run PythonIntpreter once everything should
  be fine.
  
--- 127,131 ----
  not having a preference file: the symptom is failing to import all sorts
  of standard modules. If you remove your per-user Python preference files
! (in ~/Library/Preferences) and then run PythonInterpreter once everything should
  be fine.
  
***************
*** 138,148 ****
  ------------
  
! Up to three items are installed in the system folder: the interpreter shared
! libraries PythonCore and PythonCoreCarbon live in the Extensions
! folder and the "Python 2.2.1 Preferences" file in the Python subfolder
  in the Preferences folder. All the rest of Python lives in the folder
  you installed in.
  
! On OSX the libraries are installed in /Library/CFMSupport. The ConfigurePython
  applets will complain if you have no right to create the libraries there
  (you need Admin privileges). This has one consequence: you will not be able to
--- 133,143 ----
  ------------
  
! Up to three items are installed in the MacOS 8 or 9 system folder: the interpreter
! shared library PythonCore lives in the Extensions
! folder and the "Python 2.3a1 Preferences" file in the Python subfolder
  in the Preferences folder. All the rest of Python lives in the folder
  you installed in.
  
! On OSX the library is installed in /Library/CFMSupport. The ConfigurePython
  applets will complain if you have no right to create the libraries there
  (you need Admin privileges). This has one consequence: you will not be able to
***************
*** 156,165 ****
  Start off at Mac:Demo:index.html. Read at least the first few sections.
  
! There are also some interesting files in the "Relnotes" folder that may
! contain useful information. There is also a first stab at documentation
! (plus examples) in the Mac:Demo folder. The toplevel Demo folder has
! machine-independent demos. 
! The Mac:Lib:test folder also has some programs that show simple
! capabilities of various modules.
  
  The ":Mac:scripts" folder has some sample scripts. Some are useful,
--- 151,156 ----
  Start off at Mac:Demo:index.html. Read at least the first few sections.
  
! There is also a first stab at documentation (plus examples) in the
! Mac:Demo folder. The toplevel Demo folder has machine-independent demos.
  
  The ":Mac:scripts" folder has some sample scripts. Some are useful,
***************
*** 188,196 ****
  are lost and you have to set them again.
  
! After you are satisfied that 2.2.1 works as expected you can trash
  anything in the system folder that has "python" in the name and not
! "2.2.1".
  
! The ConfigurePython... applets will try to detect incompatible
  preferences files and offer to remove them. This means that re-running
  ConfigurePython after a second install of the same MacPython version
--- 179,187 ----
  are lost and you have to set them again.
  
! After you are satisfied that 2.3a1 works as expected you can trash
  anything in the system folder that has "python" in the name and not
! "2.3a1".
  
! The ConfigurePython applet will try to detect incompatible
  preferences files and offer to remove them. This means that re-running
  ConfigurePython after a second install of the same MacPython version