Message3717

Author sreimers
Recipients sreimers
Date 2008-10-28.19:46:59
SpamBayes Score 3.7481335e-05
Marked as misclassified No
Message-id <1225223220.18.0.726878997455.issue1161@psf.upfronthosting.co.za>
In-reply-to
Content
After happily installing pylint with jython (thanks for the quick fix) I
now get the following exception:
Traceback (most recent call last):
  File "c:\source\jython\scripts\run-pylint.py", line 3, in <module>
    from pylint import lint
  File "C:\source\jython\Lib\site-packages\pylint\lint.py", line 31, in
<module>
    from pylint.checkers import utils
  File "C:\source\jython\Lib\site-packages\pylint\checkers\__init__.py",
line 40, in <module>
    from logilab.astng.utils import ASTWalker
  File "C:\source\jython\Lib\site-packages\logilab\astng\__init__.py",
line 256, in <module>
    List._proxied = MANAGER.astng_from_class(list)
  File "C:\source\jython\Lib\site-packages\logilab\astng\manager.py",
line 191, in astng_from_class
    modastng = self.astng_from_module_name(modname)
  File "C:\source\jython\Lib\site-packages\logilab\astng\manager.py",
line 135, in astng_from_module_name
    filepath = self.file_from_module_name(modname, context_file)
  File "C:\source\jython\Lib\site-packages\logilab\astng\manager.py",
line 159, in file_from_module_name
    raise value
logilab.astng._exceptions.ASTNGBuildingException: Unable to load module
__builtin__ (No module named __builtin__)
History
Date User Action Args
2008-10-28 19:47:00sreimerssetrecipients: + sreimers
2008-10-28 19:47:00sreimerssetmessageid: <1225223220.18.0.726878997455.issue1161@psf.upfronthosting.co.za>
2008-10-28 19:47:00sreimerslinkissue1161 messages
2008-10-28 19:46:59sreimerscreate