home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Python20.readme < prev    next >
Encoding:
Text File  |  2000-10-31  |  2.3 KB  |  81 lines

  1. Short:    Python language 2.0 (bin+lib)
  2. Author:   irmen@bigfoot.com (Irmen de Jong)
  3. Uploader: irmen@bigfoot.com (Irmen de Jong)
  4. Type:     dev/lang
  5. Requires: 68030, FPU, Kickstart 2.04
  6.  
  7.  
  8.                               AMIGAPYTHON 2.0
  9.  
  10.                            RELEASE 2.0 (build 1)
  11.  
  12.     
  13.            Conversion and Amiga specific code by Irmen de Jong.
  14.               (Original code by Guido van Rossum and others)
  15.  
  16.  
  17.  
  18. * WHAT'S THIS?
  19.  
  20. This is the Python interpreter (version 2.0) for AmigaDOS.  If you don't
  21. know what Python is and what it can do for you, visit the Python homepage
  22. at <http://www.python.org/>.
  23.  
  24. AmigaPython is a fully Unicode compatible application and includes a
  25. fast XML parser (Expat). You will need some RAM but when you want to
  26. process Unicode text and/or XML documents, AmigaPython is your tool!
  27.  
  28.  
  29. * WHAT'S IN THIS ARCHIVE?
  30.  
  31.     - Python 2.0 binary for 68030+FPU
  32.     - Installer® installation script (in Dutch and English)
  33.     - Some demo programs & icons
  34.     - Python library modules
  35.     - Some documentation, mostly on Amiga features
  36.  
  37.  
  38. * MINIMAL SYSTEM REQUIREMENTS    
  39.  
  40.     - 4 megabytes of memory. Probably more.
  41.     - Harddisk.
  42.     - Kickstart 2.04
  43.     - 68030 CPU, FPU required
  44.     - For networking functions: AmiTCP (Version 4)
  45.       (version 3 might work too, but I haven't checked this)
  46.     - For user authorisation stuff: usergroup.library from AmiTCP or
  47.       MultiUserFileSystem.
  48.  
  49.  
  50. * CHANGES SINCE THE PREVIOUS VERSION (version 1.x):
  51.  
  52.   Well, this is the new version: 2.0! It includes a fast XML parser (Expat).
  53.   Be aware that there are a few language incompatibilities. Just check
  54.   out the regular Python 2.0 news on www.python.org to find out what they are.
  55.  
  56.  
  57. Check the README file in the archive for more information.  You can also
  58. find more information on Python at my AmigaPython Web page;
  59. <http://www.bigfoot.com/~irmen/python.html>
  60.  
  61.  
  62. IMPORTANT:
  63. Please let me know if you find any errors, encounter problems, or have any
  64. suggestions!  But, as I work on this in my spare time, don't expect
  65. miracles...
  66.  
  67. SUGGESTION:
  68. Unpack the archive to where you want the program to be.  The installation
  69. will then be performed much quicker.
  70. The 2.0 installer also lets you install Python 2.0 next to a previous 1.x
  71. installation, so you can use them together.
  72.  
  73. SOURCE?
  74. Also on Aminet, where you got this:  dev/lang/Python20_Src.lha.
  75.  
  76.  
  77.  
  78.                     Irmen de Jong
  79.  
  80.                     irmen@bigfoot.com
  81.