home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / Python / Python152.readme < prev    next >
Text File  |  1999-11-06  |  2KB  |  82 lines

  1. Short:    Python language 1.5.2 (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, 2Mb RAM
  6.  
  7.  
  8.                               AMIGAPYTHON 1.5
  9.  
  10.                           RELEASE 1.5.2 (build 4)
  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 1.5.2) 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.  
  25. * WHAT'S IN THIS ARCHIVE?
  26.  
  27.     - Python 1.5 binary for 68030+FPU
  28.     - Installer® installation script (in Dutch and English)
  29.     - Some demo programs & icons
  30.     - Python library modules
  31.     - Some documentation, mostly on Amiga features
  32.  
  33.  
  34. * MINIMAL SYSTEM REQUIREMENTS    
  35.  
  36.     - 2 megabytes of memory.
  37.     - Harddisk recommended.
  38.     - Kickstart 2.04
  39.     - 68030 CPU, FPU required
  40.     - For networking functions: AmiTCP (Version 4)
  41.       (version 3 might work too, but I haven't checked this)
  42.     - For user authorisation stuff: usergroup.library from AmiTCP or
  43.       MultiUserFileSystem.
  44.  
  45.  
  46. * CHANGES SINCE THE PREVIOUS VERSION (version 1.5.2 build 1):
  47.  
  48.     - Prints correct string when command `exit' is issued at the prompt.
  49.     - Fixed some missing 1.5.2 issues, like the os.error exception type.
  50.     - A new time.strftime which passes the test.
  51.     - Fixed amiga.crc32 function to comply with CRC32 standards.
  52.  
  53.  
  54. The following modules are built-in in this release:
  55. ARexxll Doslib amiga array binascii cPickle cStringIO cmath crypt
  56. environment errno grp imp marshal math md5 new operator pcre pwd regex
  57. rotor select sha socket soundex strop struct sys syslog time
  58.  
  59.  
  60. Check the README file in the archive for more information.  You can also
  61. find more information on Python at my AmigaPython Web page;
  62. <http://www.bigfoot.com/~irmen/python.html>
  63.  
  64.  
  65. IMPORTANT:
  66. Please let me know if you find any errors, encounter problems, or have any
  67. suggestions!  But, as I work on this in my spare time, don't expect
  68. miracles...
  69.  
  70. SUGGESTION:
  71. Unpack the archive to where you want the program to be.  The installation
  72. will then be performed much quicker.
  73.  
  74. SOURCE?
  75. Also on Aminet, where you got this:  dev/lang/Python152_Src.lha.
  76.  
  77.  
  78.  
  79.                     Irmen de Jong
  80.  
  81.                     irmen@bigfoot.com
  82.