Hey there, congrats on the release, that's really good to hear, but I still have fatal problems, some of which have been around a while:

I'm on XP. To be sure, first I uninstall pylint, logilab-common, logilab-astng.

> pip install pylint
(output appears normal to me, reproduced in full below)
> yolk -l
logilab-astng   - 0.19.2       - active
logilab-common  - 0.44.0       - active
pylint          - 0.19.0       - active
(etc...)

> pylint --help
(causes my shell to exit, closing the console.)

I fix this by opening a new console, and adding '/B' to the exit statement at the end of pylint.bat in Python26\Scripts

Try again:
> pylint --help
Traceback (most recent call last):
  File "C:\Python26\Scripts\pylint.bat", line 11, in <module>
    from pylint import lint
File "C:\Python26\lib\site-packages\pylint\lint.py", line 31, in <module>
    from pylint.checkers import utils
File "C:\Python26\lib\site-packages\pylint\checkers\__init__.py", line 39, in
<module>
    from logilab.astng.utils import ASTWalker
File "C:\Python26\lib\site-packages\logilab\astng\__init__.py", line 53, in <module>
    from logilab.astng.manager import ASTNGManager, Project, Package
File "C:\Python26\lib\site-packages\logilab\astng\manager.py", line 35, in <module> from logilab.astng import ASTNGBuildingException, _nodes as nodes, infutils File "C:\Python26\lib\site-packages\logilab\astng\infutils.py", line 28, in <module> from logilab.astng._nodes import Proxy_, List, Tuple, Function, If, TryExcept
ImportError: No module named _nodes


Am I doing it wrong?

Best regards,

    Jonathan

Jonathan Hartley      Made of meat.      http://tartley.com
tart...@tartley.com   +44 7737 062 225   twitter/skype: tartley



On 18/12/2009 14:26, Sylvain Thénault wrote:
On 18 décembre 18:19, Andrey Rahmatullin wrote:
On Fri, Dec 18, 2009 at 01:38:36PM +0100, Sylvain Th??nault wrote:
I'm very pleased to announce the release of pylint 0.19 / astng 0.19.2 release!

More information / download on http://www.logilab.org/project/pylint/0.19.0.
   File "/usr/lib/python2.6/site-packages/logilab/astng/scoped_nodes.py", line 
418, in infer_call_result
     yield Generator(self)
NameError: global name 'Generator' is not defined
oops, hurrying a 0.19.3 (within minutes)
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to