Sublime Forum

Ctrl +B building with python will finish build but no output

#1

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.

0 Likes

#2

Hi

I’m having pretty much exactly this problem.

Running Python scripts seems to work fine, but no output to the build window apart from a [Finished in 0.3s] or similar… when I run the same code in IDLE I get all the output as expected.
This is causing me a lot of pain. Did you ever get a solution?

Thanks

0 Likes