sys.platform details...

Rob W. W. Hooft rob at hooft.net
Tue Apr 11 03:30:35 EDT 2000


schol[51]:ccd>python
Python 1.5.2b1 (#4, Jan 14 1999, 12:05:48)  [GCC egcs-2.90.21 971202 (egc on irix5
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import sys
>>> sys.platform
'irix5'
>>> ^D
schol[52]:ccd>uname -a
IRIX schol 6.3 12161207 IP32

This python was compiled on an irix5 box, but is running on an irix6 box.
Hm. I'm off looking for a better way to find out what kind of box my program
is running on....

Rob

-- 
=====   rob at hooft.net          http://www.xs4all.nl/~hooft/rob/  =====
=====   R&D, Nonius BV, Delft  http://www.nonius.nl/             =====
===== PGPid 0xFA19277D ========================== Use Linux! =========



More information about the Python-list mailing list