Created attachment 653018 [details] project used to test pep8 Description of problem: pep8 checking in eclipse is not working, it not mark anything as incorrect. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: Fresh install of fedora 18 or fresh install of fedora 17 Install fedora eclipse. Then go to pydev, editor, code analysis and pep8 tab, and check error. Apply Restart eclipse Right click on a known bad pep8 syntax python file. Code analysis. Some dialogue appears during half second. Nothing happens *Things I checked: pydev->editor->code analysis -> do code analysis already checked. Path of pep8.py by default. The file already exists. Actual results: nothing happens Expected results: pep8 checking and error markers in eclipse Additional info:
I just take notice that the entire code analysis of pydev is not working.
I can reproduce this. I'll take a look.
eclipse-pydev-2.7.1-3.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/eclipse-pydev-2.7.1-3.fc18
eclipse-pydev-2.7.1-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/eclipse-pydev-2.7.1-3.fc17
Carols, Can you try one of the above updates and let me know if it fixes your issue
Package eclipse-pydev-2.7.1-3.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing eclipse-pydev-2.7.1-3.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-20538/eclipse-pydev-2.7.1-3.fc17 then log in and leave karma (feedback).
eclipse-pydev-2.7.1-4.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/eclipse-pydev-2.7.1-4.fc18
I tested now in fedora 18 and seems that's not working. I did: su -c 'yum update --enablerepo=updates-testing eclipse-pydev-2.7.1-3.fc18' sudo yum update then: Open eclipse, and right click into a wrong pep8 file and Code analisys, and nothing happens.
Can you give me an example file with wrong pep8. I was hoping it would be fixed now that general error checking is working.
Do you have one at the first comment in this bug report. The example contains syntax errors and pep8 errors. Some wrong things that pep8 has to take notice you are: -Not enough space between class statement and first function "def" statement -Class name must has the first letter in uppercase -Function name must has the first letter in lowercase - etc. Now, only syntax errors are displayed.
eclipse-pydev-2.7.1-3.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.
eclipse-pydev-2.7.1-4.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
Created attachment 683760 [details] Normal sintax checking and pep8 not working The bug is closed, but I still have the errors with the latest update. I checked if this update is in the latest update, and yes, it is. Also, I don't think the "general error checking" is working, the current behaviour is showing the warnings with red color, and I don't think it is the wanted behaviour. See picture attached.
The bug is closed automatically because I associated it with the update. I am reopening it.
Created attachment 694590 [details] Screen shot of pep8 violations
Hi Carlos, Sorry for the delay; it took me a while to get to this bug. Take a look at the attached screenshot. Is the error checking there correct ?
eclipse-pydev-2.7.1-6.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/eclipse-pydev-2.7.1-6.fc18
eclipse-pydev-2.7.1-6.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/eclipse-pydev-2.7.1-6.fc17
Package eclipse-pydev-2.7.1-6.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing eclipse-pydev-2.7.1-6.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-2369/eclipse-pydev-2.7.1-6.fc18 then log in and leave karma (feedback).
eclipse-pydev-2.7.1-6.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
eclipse-pydev-2.7.1-6.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.
Sami Wagiaalla, Yes, the screenshot is correct =) Thanks for the patch!