[MacPorts] #24651: Pylint @0.20 broken
MacPorts
noreply at macports.org
Sun Apr 25 06:56:00 PDT 2010
#24651: Pylint @0.20 broken
-----------------------------------------------+----------------------------
Reporter: charlie.clark@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: Python, Lint | Port: py26-pylint, py25-pylint
-----------------------------------------------+----------------------------
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
--
Ticket URL: <http://trac.macports.org/ticket/24651>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list