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
Wrap
Text File
|
1994-06-03
|
1KB
|
35 lines
PYTH_OS2.ZIP:
Info:
This zip file contains the executable of python for OS2 32bit.
It also contains a copy of the python-1.0.2.tar.gz file from
ftp.cwi.nl, the home of python. The executable and patches are
in the OS2 directory, this is the only addition to the standard
distribution. In the Demo/rsa directory there were two files,
T.py and t.py, because OS2 is case insensitive I had to rename
t.py to Tdemo.py.
To build:
Overlay the files in the OS2 tree on the standard files, then
run make in the main directory.
To run:
I have also included the EMX 0.8h runtime dlls in the OS2/dll
directory. You must move these (or later if you have them) into
your DLL path.
MODULE Sig;
FROM ICL IMPORT StdDisclaimer;
FROM Interests IMPORT Modula2, Modula3, Linux, OS2;
BEGIN
(* ------------------------------------------------------------------------.
|Simon K. Johnston - Development Engineer |ICL Retail Systems |
|------------------------------------------------------|3/4 Willoughby Road|
|Unix Mail : S.K.Johnston.bra0801@oasis.icl.co.uk |Bracknell, Berks |
|Telephone : +44 (0)344 476320 Fax: +44 (0)344 476084|United Kingdom |
|Internal : 7261 6320 OP Mail: S.K.Johnston@BRA0801|RG12 8TJ |
`------------------------------------------------------------------------ *)
END Sig.