i’ve put both file path’s into the python scope. both have given me the same error
i’ve tried right clicking the program to find folder location and get different path from cmd but that doesn’t work either. C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.11
i’ve tried leaving off “python.exe” as suggested in another forum and when i run file, nothing happens at all. studio freezes
You might have to use the official Python installer rather than its Windows store version. The library path is supposed to point to the python311.dll file, and I don’t think there is one for this installation method.
i’m not running this exact script. i’m running one i have from youtube. same scenario though. but debug won’t even let me get to the script. it’s failing at python scope.
i used both C:\Users\ACI43\AppData\Local\Programs\Python\Python311\ and C:\Users\ACI43\AppData\Local\Programs\Python\Python311 as the path and got the same results.
hard coded library path to “C:\Users\ACI43\AppData\Local\Programs\Python\Python311\python311.dll”
I’m not sure what you’re asking by checking if python is installed correctly but I was able to run the script outside of Studio with success.
i did do the following based on a youtube video and the results were no error but also no output. the automation would not move forward or would never stop.
the video told me to right click on python icon and get folder location. i got back C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 3.11. when i added that path, i got the issue in the bold.
also confirmed it’s 64-bit and i have that configured in studio.