Sublime Forum

Sublime not executing my py files

#1

Hello
I recently downloaded Sublime text 3 and i thought of executing my first simple program.
When i wrote my program and pressed ctrl+b the output is just coming as “[Finished in 0.5 secs]” and it is not executing my program.
Can anyone please help me with this issue?
Thank you

0 Likes

#2

so what’s the expected output?

0 Likes

#3

The output should be Hello World

0 Likes

#4

What if you manually execute your py script in an external terminal via $ python myscript.py?

0 Likes

#5

I didn’t get you, sir

0 Likes

#6

This is the most frequent question asked in this forum. Maybe one of the following topics already contains the answer you are looking for?

4 Likes

#7

Thank you so much!! It worked!

0 Likes

#8

After a few days with different tries I am discouraged to continue with sublime.
I also get the [Finished in 0.1s] in the resukts box.
my program
mbox = (‘C:\Users\Clemens Li\Desktop\breeze.mbox’)
help(file)
help(open)
print(mbox)
The toggle comment worke yesterday, today it shows no reaction. I googled a lot, tried some youtube help but found only confusing answers. Seemingly nothing works out of the box. So nice a language, so little use the system.
I even folowed instructions to reset the whole system hust to get where I came from.
What easier-to-use IDE should I try? Not all of us are geeks and hackers - we also have users around.
Thank you so much.

0 Likes

#9

Pycharm.

0 Likes