I am using wx Python in my application and VS Code does not pick up its elements and reports an error
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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…