Opened 15 years ago
Closed 15 years ago
#24651 closed defect (fixed)
Pylint @0.20 broken
Reported by: | Themanwithoutaplan | Owned by: | dh@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | charlie@…, aj@… | |
Port: | py26-lint, py25-lint |
Description (last modified by mf2k (Frank Schima))
Whenever I try and use pylint as installed by MacPorts I get the same error message:
Traceback (most recent call last): File "/opt/local/bin/pylint-2.6", line 4, in <module> lint.Run(sys.argv[1:]) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pylint/lint.py", line 852, in __init__ linter.disable_message('W0704') File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pylint/utils.py", line 148, in disable_message msg = self.check_message_id(msg_id) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pylint/utils.py", line 216, in check_message_id raise UnknownMessage('No such message id %s' % msg_id) pylint.utils.UnknownMessage: No such message id W0704
I don't have the same problem if I install using easy_install in a virtualenv
Change History (5)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Keywords: | Python Lint removed |
Owner: | changed from macports-tickets@… to dh@… |
Port: | py26-lint py25-lint added; py26-pylint py25-pylint removed |
comment:2 Changed 15 years ago by aj@…
comment:5 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This should be fixed by r67086. Please re-open if not.
Note: See
TracTickets for help on using
tickets.
I'm seeing the same problem.