Opened 14 years ago

Last modified 14 years ago

#24651 closed defect

Pylint @0.20 broken — at Initial Version

Reported by: Themanwithoutaplan Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: charlie@…
Port: py26-lint, py25-lint

Description

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 (0)

Note: See TracTickets for help on using tickets.