• Registration is now limited to people that can answer the question(s) given. If all else fails, just ask me for the answer. ;-) If you already have an account, you can still login normally.
Running MesaCT on windows 10

Running MesaCT on windows 10

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):
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.
  • MesaCT_on_windows.png
    MesaCT_on_windows.png
    272.5 KB · Views: 40
Author
travis_farmer
Views
103
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from travis_farmer

Latest updates

  1. Running notes

    without breaking down every single error, the errors can be broken down to two categories. NO...
Top