PyDev code analysis does not work in Aptana studio

I have several Python projects that I have imported into Aptana using ImportExisting Folder as New Project"

Importing successfully, I can run and debug scripts inside Aptana. However, for some reason, I cannot get PyDev code analysis to work.

All settings in WindowPreferencesPyDevEditorCode Analysisseem to be correct:

  • Do code analysis? marked
  • pep8.py set to run and send results as alerts

I launched it by right-clicking on the file and selecting "Analysis of the execution code": enter image description here

Soon the following window will appear, but then it closes, and I do not see the results (i.e. nothing is displayed in the "Problems" view, there are no red underscores under parts of the code, etc.): enter image description here

, ? , , ( ..)?

+5
1
+5

All Articles