Home>Article>Development Tools> What to do if python error is reported in vscode
Problem description:
Today I used vscode to import the python project written before and the following error occurred:
vscode Class '' has no 'objects' member
(Learning video recommendation:java video tutorial)
Solution:
Open "Settings", then search for python.linting.pylintArgs Add " --load-plugins", "pylint_django" into the array.
As shown below:
Recommended related tutorials:vscode tutorial
The above is the detailed content of What to do if python error is reported in vscode. For more information, please follow other related articles on the PHP Chinese website!