Does this mean that as a user of the binary build, I have to install the correct Python version to be used by LabPlot / Cantor on my machine? And the current version will need Python 3.11.x and won’t work if Python 3.12.x is the only version installed?
How can I determine the required Python version from LabPlot in case it’s not already installed?
Would it be possible to display the Python version and/or it’s executable path in the CAS configuration dialog?
That’s where I would look for this information and it wouldn’t leave any potential for documentation not being up to date.
The FAQ currently states:
What is the “system version”?
On my system
python3 --version
returnsPython 3.10.12
, butprint(sys.version)
in LabPlot returns3.11.9 (main, Nov 10 2011, 15:00:00) [GCC 13.2.0]
The information about Python versions on Windows seems to be correct, but I would recommend to mention the LabPlot version we are talking about in the FAQ, since this will probably change in future versions.