Tell us what you think of the site.
Hi,
I’m trying to convert scripts from 7.5 to 11, and I know that 11 uses 2.6, is there any way of finding out what version 7.5 uses?
There is 2 ways to display the current python function, 1st open the python console located in the Window menu and look at the 1st line displayed.
other way is to type these python command.
import sys print sys.version