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

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