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

7
  • execute: Ctrl+B Commented Dec 27, 2016 at 2: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. Commented Dec 27, 2016 at 2:40
  • Eyllanesc: of course I already tried to execute Ctrl+B Commented Dec 27, 2016 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. Commented Dec 27, 2016 at 11:20
  • Can you show us the script? It's possible there's a problem there. Commented Dec 27, 2016 at 12:49

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.