version of python?

Gregory A. Landrum landrum at foreman.ac.rwth-aachen.de
Fri Jun 25 09:51:32 EDT 1999


>How could I get the version-number of the installed python-interpreter?

Python 1.5.2 (#3, May 23 1999, 10:48:24) [C] on aix4
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import sys
>>> sys.version
'1.5.2 (#3, May 23 1999, 10:48:24) [C]'

-greg

---------------------
Dr. Greg Landrum  (landrumSPAM at foreman.ac.rwth-aachen.de)
Institute of Inorganic Chemistry
Aachen University of Technology




More information about the Python-list mailing list