Sublime Forum

Only print 'Python[Finished in XXX ms]'

#1

I am currently buying a new laptop and have tried to make the same environment as my old laptop.
When I first installed the sublime text3 on my new laptop, it continuously showed “Win Error 2” messages.
I tried to find a resolution and tried almost everything in the forum and google.
Now there is no more Winn Error 2 message, but the sublime text does not run anything.
I only can see the below result console.


How should I do?

0 Likes

#2

Choose Tools > Build With from the menu while your Python file is open, and when it asks you what build you want to use make sure you don’t pick the one that says Syntax Check ; that one only compiles the code, it doesn’t run it.

0 Likes

#3

Thank you for answering me. Unfortunately, I already checked that and I already build with Python without Syntax check. What should I do?

0 Likes

#4

Save the file with a .py extension?

0 Likes

#5

Sure. Now I got the error message of “‘python’ is not recognized as an internal or external command,
operable program or batch file.”

0 Likes

#6

Install python?

0 Likes