Downloaded python 3.11.5
installed…
right click on windows Start, select Settings, then Apps, Apps & Features, and click on “App execution aliases”.
Turn off aliases for python and python3, to allow the installed python to run.
I also added the following to PATH (Settings, search for “Environment variables”, and Edit environment variables for your account):
then in Powershell (non-administrator): “pip install PyQt5”
then, also in Powershell: “pip install packaging”
then: “pip install requests”
browsed to: “https://github.com/jethornton/mesact” and downloaded the source zip
unziped, and entered into directory C:\Users\travi\Downloads\mesact-master\mesact\mesact\src
via Powershell, “cd C:\Users\travi\Downloads\mesact-master\mesact\mesact\src”
then: “python mesact”
and MesaCT loads!!!
also added path to mesaflash to user PATH variable.
installed…
right click on windows Start, select Settings, then Apps, Apps & Features, and click on “App execution aliases”.
Turn off aliases for python and python3, to allow the installed python to run.
I also added the following to PATH (Settings, search for “Environment variables”, and Edit environment variables for your account):
Code:
C:\Users\travi\AppData\Local\Programs\Python\Python311\Scripts
C:\Users\travi\AppData\Local\Programs\Python\Python311
then in Powershell (non-administrator): “pip install PyQt5”
then, also in Powershell: “pip install packaging”
then: “pip install requests”
browsed to: “https://github.com/jethornton/mesact” and downloaded the source zip
unziped, and entered into directory C:\Users\travi\Downloads\mesact-master\mesact\mesact\src
via Powershell, “cd C:\Users\travi\Downloads\mesact-master\mesact\mesact\src”
then: “python mesact”
and MesaCT loads!!!
also added path to mesaflash to user PATH variable.