That seems to to be an issue with the distutils in your python2.5 install, not pylint as such. No idea btw, what the supported versions for pylint are, but 2.5 is starting to get old, .
Andreas File "/usr/local/cpython-2.5/lib/python2.5/distutils/dist.py", line 994, in run_command cmd_obj.run() File "setup.py", line 132, in run shutil.copytree(directory, dest, ignore=lambda dir, names: list(set(names) & exclude)) TypeError: copytree() got an unexpected keyword argument 'ignore' root@zareason:~/src/cpythons# The information contained in this e-mail message is privileged and confidential and is for the exclusive use of the addressee. The person who receives this message and who is not the addressee, one of his employees or an agent entitled to hand it over to the addressee, is informed that he may not use, disclose or reproduce the contents thereof, and is kindly asked to notify the sender and delete the e-mail immediately. _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
