Internal Variables

Paul Rubin http
Fri Nov 11 22:24:06 EST 2005


James Colannino <james at colannino.org> writes:
> Basically, I just want to know how from within a script I can get
> information about the python interpreter that I'm running.  Thanks in
> advance.

import sys
print sys.version



More information about the Python-list mailing list