Bug 1496452 - Pydev uses pycodestyle instead pep8
Summary: Pydev uses pycodestyle instead pep8
Keywords:
Status: CLOSED DUPLICATE of bug 1476354
Alias: None
Product: Fedora
Classification: Fedora
Component: eclipse-pydev
Version: 26
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Mat Booth
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-27 12:40 UTC by Sébastien
Modified: 2017-09-27 12:57 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-27 12:57:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Sébastien 2017-09-27 12:40:31 UTC
Description of problem:

Pydev doesn't find pycodestyle.py for doing code analysis.


Version-Release number of selected component (if applicable): 5.9.2

How reproducible:

Steps to Reproduce:
1.In Preferences/PyDev/Editor/Code Analysis, check warning in tab pycodestyle.py
2. see Error_log (Windows/Show View/ Error Log)

Correction :
dnf install python3-pycodestyle
create a sym link in the directory 
usr/lib/eclipse/droplets/pydev-core/eclipse/plugin/org.python.pydev_5.9.2.v20170916-1516/pysrc/third_party/pep8

ln -s /usr/lib/python3.6/site-packages/pycodestyle.py pycodestyle.py

instead of link pep8

Pydev depends on python3-pycodestyle instead of pep8.

Comment 1 Mat Booth 2017-09-27 12:56:13 UTC
Not sure how I missed that; thanks for reporting.

Comment 2 Mat Booth 2017-09-27 12:57:53 UTC

*** This bug has been marked as a duplicate of bug 1476354 ***


Note You need to log in before you can comment on or make changes to this bug.