I have a couple of Python projects which I imported into Aptana using "Import
--> Existing Folder as New Project
"
The import is successful, I can run and debug scripts inside Aptana. However, for some reason I cannot get PyDev's code analysis working.
All settings in Window
-> Preferences
-> PyDev
-> Editor
-> Code Analysis
seem to be correct:
Do code analysis?
is checkedpep8.py
is set to run and report results as WarningsI run it by right-clicking on a file and choosing "Run Code Analysis":
The following window appears shortly, but then it closes and I see no results (i.e. nothing on the "Problems" view, no red underscore under parts of the code, etc.):
Any idea what might be wrong? Or where I should look for to get more details on what's going on under the hood (log files, etc.)?
Probably you did not set up the source folders properly (those are the folders that represent your PYTHONPATH for this project). See: http://pydev.org/manual_101_project_conf.html for details on how to configure that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With