home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyth_os2.zip / python-1.0.2 / README.OS2 < prev   
Text File  |  1994-06-03  |  1KB  |  35 lines

  1. PYTH_OS2.ZIP:
  2.  
  3.     Info:
  4.     This zip file contains the executable of python for OS2 32bit.
  5.     It also contains a copy of the python-1.0.2.tar.gz file from
  6.     ftp.cwi.nl, the home of python. The executable and patches are 
  7.     in the OS2 directory, this is the only addition to the standard
  8.     distribution. In the Demo/rsa directory there were two files, 
  9.     T.py and t.py, because OS2 is case insensitive I had to rename
  10.     t.py to Tdemo.py.
  11.  
  12.     To build:
  13.     Overlay the files in the OS2 tree on the standard files, then 
  14.     run make in the main directory.
  15.  
  16.     To run:
  17.     I have also included the EMX 0.8h runtime dlls in the OS2/dll
  18.     directory. You must move these (or later if you have them) into
  19.     your DLL path.
  20.  
  21.  
  22. MODULE Sig;
  23. FROM ICL IMPORT StdDisclaimer;
  24. FROM Interests IMPORT Modula2, Modula3, Linux, OS2;
  25.  
  26. BEGIN
  27. (* ------------------------------------------------------------------------.
  28. |Simon K. Johnston - Development Engineer              |ICL Retail Systems |
  29. |------------------------------------------------------|3/4 Willoughby Road|
  30. |Unix Mail : S.K.Johnston.bra0801@oasis.icl.co.uk      |Bracknell, Berks   |
  31. |Telephone : +44 (0)344 476320   Fax: +44 (0)344 476084|United Kingdom     |
  32. |Internal  : 7261 6320    OP Mail: S.K.Johnston@BRA0801|RG12 8TJ           |
  33. `------------------------------------------------------------------------ *)
  34. END Sig.
  35.