ClarisoftTechnologies / codakidLauncherRelease

1 stars 0 forks source link

Windows: Launcher can't find Python that is already installed. #33

Open CodaKidGit opened 2 years ago

CodaKidGit commented 2 years ago

On a student's computer, the launcher was saying that Python 3.6.8 was not installed, but I verified that it was: image

Python is installed in the user account under: C:\Users\USERNAME\AppData\Local\Programs\Python\Python36

Not sure how to reproduce.

robert-sandu commented 2 years ago

But if they install it, will it find it afterwards?

CodaKidGit commented 2 years ago

They already had it installed. It couldn't find it. We reinstalled and there was no change. It still couldn't find it.

robert-sandu commented 2 years ago

what version is returning when running 'python -V'?

CodaKidGit commented 2 years ago

Python 3.6.8

The correct version.

CodaKidGit commented 2 years ago

This resolves itself if they wait a little bit before restarting the launcher.