0

Message appearing on Sublime text

enter image description here

Trying to find an editor for Python, I downloaded Sublime Text 3. Now, I try to run a simple Python script - it is print("Hello World") - in Sublime Text 3, but nothing appears. After seeking, I found that I have to modify the file python27.sublime-build, which we should normally find by clicking "Preferences" and "Browse Packages...", but the problem is I don't see a file with this name.

Here is my script :

enter image description here

Anthony
  • 377
  • 2
  • 6
  • 13
  • execute: Ctrl+B – eyllanesc Dec 27 '16 at 02:20
  • The packages that Sublime ships with are stored in a different location than the one you're referencing; that path is for packages you installed yourself (and overrides to existing packages). That said, Sublime doesn't ship with a file by that name, so whatever you found is probably telling you to create that file. You can create it in the `User` directory found in the place you get to by using that menu entry you referenced in your question. – OdatNurd Dec 27 '16 at 02:40
  • Eyllanesc: of course I already tried to execute Ctrl+B – Anthony Dec 27 '16 at 11:09
  • OdaNurd : my problem is not that Sublime Text doesn't find this file. The problem is that nothing appears when I run my script. – Anthony Dec 27 '16 at 11:20
  • Can you show us the script? It's possible there's a problem there. – xandermonkey Dec 27 '16 at 12:49
  • Yes, click on the link in my first message. – Anthony Dec 27 '16 at 13:58
  • it seems you have changed your build system to compile the file without executing it http://stackoverflow.com/questions/2042426/compile-python-py-file-without-executing – Keith Hall Jan 26 '17 at 10:05

0 Answers0