0

I have imported a git project into Eclipse and I want to enable PyDev\Code Analysis\Pep8 but it doesn't seem to work... I suppose it is because its a git project and not a project in the eclipse's workspace.. How can I make Pep8 code analysis work?

asked Nov 30, 2012 at 9:32
2
  • Do you get an error message? Commented Nov 30, 2012 at 9:33
  • No, I don't get anything. I suppose if it was working, warnings and errors would appear, but instead nothing happens... Commented Nov 30, 2012 at 9:35

2 Answers 2

0

Try right click on the folder of cloned folder in Eclipse PyDev -> Set as source Folder Is becomes real eclipse project.

answered Dec 23, 2015 at 21:12
Sign up to request clarification or add additional context in comments.

Comments

0

The reason for that is that PyDev will only do code-analysis on files which are under source folders (i.e.: in the project PYTHONPATH).

Please, read the Getting Started manual: http://www.pydev.org/manual_101_root.html which has a step-by-step on how to properly configure PyDev so that it works properly for you.

answered Jan 4, 2016 at 10:05

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.