Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
86 views
in Technique[技术] by (71.8m points)

Why does VS Code display invalid errors?

I am using wx Python in my application and VS Code does not pick up its elements and reports an error

enter image description here

Of course the members are in wx Python and the application runs correctly.

I have included the path to my site-packages directory in settings:

"python.autoComplete.extraPaths": [
    "/home/jeff/.local/lib/python3.9",
    "/home/jeff/.local/lib/python3.9/wx",
],

What else can I do?

question from:https://stackoverflow.com/questions/65857845/why-does-vs-code-display-invalid-errors

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...