Sublime Forum

Error sublime text 4

#1

I have a problem with sublime text 4, its latest version, and I get the following error:
trying to parse settings:Ex0pected value in Packges\User\Python.sublime-settings:1:1
Could someone help me, I’m from Argentina and I don’t know much English and I’m starting with python on youtube pildorasinformaticas
Also, I don’t know very well about configuring this editor. I appreciate your patience. Sincerely, Martin.

0 Likes

#2

Syntax specific settings file of Python language is of invalid format.

  1. Open a python file

  2. Open Command Palette (ctrl+shift+P)

  3. Type and run “Preferences: Settings - Syntax Specific”

  4. ensure content in right view to represent a JSON object

    at least:

    {
    }
    
0 Likes

#3

To answer your second question I write only English. But I found this for you. https://argentinaenpython.com/en/

0 Likes