Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python on VSCode
#2
You have an error in your code that is preventing VSCode from parsing the code correctly. That is why it doesn't highlight class names like CTkLabel. Because it couldn't parse the code it doesn't know to check if CTkLabel should be highlighted or not.

Quote:Because of this, some elements of my code do not work, but do not return an error
It is because you have an error in your code that some elements of the code do not work. It is because you have an error in your code that the code cannot be parsed. Both problems are from an error in your code. Find and fix the code error.
Reply


Messages In This Thread
Python on VSCode - by GiBandoleiro - Oct-31-2023, 09:51 PM
RE: Python on VSCode - by deanhystad - Nov-01-2023, 03:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python package not seen in VSCode fmccabe80 6 3,443 Mar-06-2023, 10:01 PM
Last Post: fmccabe80
  I use VsCode with Python and it currently won't let me run any code NordicMonkey 2 1,633 Sep-18-2022, 08:42 PM
Last Post: Larz60+
Photo A humble VsCode Python Snippets 2.0 medlexo 6 2,558 Jan-03-2022, 08:54 PM
Last Post: medlexo
  VSCode Setup and configuring to run with Python apollo 2 3,179 Jan-13-2021, 04:55 PM
Last Post: jefsummers
  How to connect Mysql databse with python and VSCode IDE madhusoodhananER 1 8,848 Oct-31-2019, 10:15 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020