> Every time I run pylint, even with just a '--help' arg, the console > window disappears, which (a) makes it inconvenient to use, and (b) > puzzles me. What does a process run from a shell have to do > to kill the > console? > > I am on WindowsXP, Python 2.6.4, and am running version:
The generated pylint.bat somehow seems to interfere with your shell environment. Namely, somehow the shell's "EXIT" is likely called. Try "cmd /c pylint". _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects