I have the latest python and sublime text installed. I try to run a basic hello world test and get:
[WinError 2] The system cannot find the file specified
[cmd: ['python3', '-u', '']]
[dir: C:\Program Files (x86)\python_working_1]
[path: C:\Python3.9.1;C:\Program Files (x86)\VMware\VMware Workstation\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Users\Local User\AppData\Local\Programs\Python\Python310\Scripts;C:\Users\Local User\AppData\Local\Programs\Python\Python310;C:\Python3.9.1\Scripts;C:\Python3.9.1;C:\Users\Local User\AppData\Local\Microsoft\WindowsApps] [Finished]
That is when I use python3 on sublime text and when I use just python to build then I receive:
C:\Users\Local User\AppData\Local\Programs\Python\Python310\python.exe: can't find 'main' module in '' [Finished in 157ms]