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
Sublime not executing my py files
What if you manually execute your py script in an external terminal via $ python myscript.py
?
This is the most frequent question asked in this forum. Maybe one of the following topics already contains the answer you are looking for?
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.