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.
Error sublime text 4
Frost-zarcof
#1
0 Likes
deathaxe
#2
Syntax specific settings file of Python language is of invalid format.
-
Open a python file
-
Open Command Palette (ctrl+shift+P)
-
Type and run “Preferences: Settings - Syntax Specific”
-
ensure content in right view to represent a JSON object
at least:
{ }
0 Likes
Innovator
#3
To answer your second question I write only English. But I found this for you. https://argentinaenpython.com/en/
0 Likes