I’ve been building python code fine since I first installed sublime but recently the build function has just stopped working even with basic print statements. It will build stating that the build has finished with time elapsed but it will not output anything to the build window. I’ve checked environment variables their fine I’ve also checked the python build system for sublime and this is fine also along with checking the sublime console for any errors but there are none it just states thats it’s running the file
“python -u C:\Users\dandlakjsda\Desktop\hello.py”.
Does anyone have any Ideas? Any help would be much appreciated.