Fernando RodrÃguez wrote: > > Hi, > > How can my script tell which version of python is running it? > > Thanks > >
import sys # examine these variables sys.version_info sys.version -- http://mail.python.org/mailman/listinfo/python-list
Fernando RodrÃguez wrote: > > Hi, > > How can my script tell which version of python is running it? > > Thanks > >
import sys # examine these variables sys.version_info sys.version -- http://mail.python.org/mailman/listinfo/python-list