Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyDev eclipse is not showing compilation errors

PyDev is not giving me errors for anything but indentation errors. Any idea what to do here? I'm missing something. It is not showing autocompletes as well.

I'm using Eclipse Mars. Version: Mars.1 Release (4.5.1)

Please help.

like image 664
Sharath Avatar asked Mar 14 '23 05:03

Sharath


1 Answers

With the information provided, it sounds like your Python file is not being fully analysed by PyDev because it is not in a Python Source Folder in a PyDev project.

Things to check:

  • Is the python file in a PyDev project?
  • Is the python file in a Python Source Folder?
like image 173
Jonah Graham Avatar answered Mar 19 '23 09:03

Jonah Graham