Message7277

Author malte.vesper
Recipients malte.vesper
Date 2012-06-29.12:57:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340974620.45.0.135528106602.issue1938@psf.upfronthosting.co.za>
In-reply-to
Content
One issue is that you do not have __builtins__
this also causes issues with other projects, e.g.:
https://code.djangoproject.com/ticket/5317

here is the current crashlog (after adjusting posixpath to accept None):

>>> import pylint.lint                            
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/***/jython2.7a2/Lib/site-packages/pylint/lint.py", line 31, in <module>
    from pylint.checkers import utils
  File "/home/***/jython2.7a2/Lib/site-packages/pylint/checkers/utils.py", line 97, in <module>
    builtins =  __builtins__.copy()
NameError: name '__builtins__' is not defined
History
Date User Action Args
2012-06-29 12:57:00malte.vespersetrecipients: + malte.vesper
2012-06-29 12:57:00malte.vespersetmessageid: <1340974620.45.0.135528106602.issue1938@psf.upfronthosting.co.za>
2012-06-29 12:57:00malte.vesperlinkissue1938 messages
2012-06-29 12:57:00malte.vespercreate