home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / www / python-amiga / ap / python151.readme < prev    next >
Text File  |  1999-09-30  |  3KB  |  92 lines

  1. Short: Python language 1.5.1 (bin+lib)
  2. Uploader: irmen@bigfoot.com (Irmen de Jong)
  3. Author: irmen@bigfoot.com (Irmen de Jong)
  4. Type: dev/lang
  5. Requires: 68030, FPU, Kickstart 2.04, 2Mb RAM
  6. Replaces: dev/lang/Python.lha
  7.  
  8.  
  9.                               AMIGAPYTHON 1.5
  10.  
  11.                          RELEASE 1.5.1 (build 18)
  12.  
  13.                               April 28, 1999.
  14.  
  15.     
  16.            Conversion and Amiga specific code by Irmen de Jong.
  17.               (Original code by Guido van Rossum and others)
  18.  
  19.  
  20.  
  21. * WHAT'S THIS?
  22.  
  23. This is the Python interpreter (version 1.5.1) for AmigaDOS.  If you don't
  24. know what Python is and what it can do for you, visit the Python homepage
  25. at <http://www.python.org/>.
  26.  
  27.  
  28. * WHAT'S IN THIS ARCHIVE?
  29.  
  30.     - Python 1.5 binary for 68030+FPU (sorry, no 68020/IEEE)
  31.     - Installer® installation script (in Dutch and English)
  32.     - Upgrade Script for fast upgrade of previous version
  33.     - Some demo programs & icons
  34.     - Python library modules
  35.     - Some documentation, mostly on Amiga features
  36.  
  37.  
  38. * MINIMAL SYSTEM REQUIREMENTS    
  39.  
  40.     - 2 megabytes of memory.
  41.     - Harddisk recommended.
  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.     - NOTE: I-Net225 support (instead of AmiTCP) is available, but beta.
  50.       An I-Net version can be downloaded from the AmigaPython homepage.
  51.  
  52.  
  53. * CHANGES SINCE THE PREVIOUS VERSION (version 1.5.1 November 14 1998):
  54.  
  55.     - Fixed bug in ARexx code.
  56.     - Fixed strftime function.
  57.     - Beta I-Net225 version is available.
  58.     - Added configuration options to the ARexx.py and arexxll modules:
  59.       setstringmsgs and settokenizeline.
  60.  
  61.  
  62. The following modules are built-in in this release:
  63.     ARexxll    Doslib    amiga    array       binascii    cPickle
  64.     cStringIO  cmath     crypt    environment errno       grp
  65.     imp        marshal   math     md5         new         operator
  66.     pcre       pwd       regex    rotor       select      socket
  67.     soundex    strop     struct   sys         syslog      time
  68.     timing
  69.  
  70. Check the README file in the archive for more information.  You can also
  71. find more information on Python at my AmigaPython Web page;
  72. <http://www.bigfoot.com/~irmen/python.html>
  73.  
  74.  
  75. IMPORTANT:
  76. Please let me know if you find any errors, encounter problems, or have any
  77. suggestions!  But, as I work on this in my spare time, don't expect
  78. miracles...
  79.  
  80. SUGGESTION:
  81. Unpack the archive to where you want the program to be.  The installation
  82. will then be performed much quicker.
  83.  
  84. SOURCE?
  85. Also on Aminet, where you got this:  dev/lang/Python_Src.lha.
  86.  
  87.  
  88.  
  89.                     Irmen de Jong
  90.  
  91.                     irmen@bigfoot.com
  92.