Is this combination expected to work?  Upon attempting to install pylint
1.0 on cpython 2.5, I get:

opying build/lib/pylint/checkers/design_analysis.py ->
/usr/local/cpython-2.5/lib/python2.5/site-packages/pylint/checkers
copying build/lib/pylint/checkers/imports.py ->
/usr/local/cpython-2.5/lib/python2.5/site-packages/pylint/checkers
creating /usr/local/cpython-2.5/lib/python2.5/site-packages/pylint/reporters
copying build/lib/pylint/reporters/guireporter.py ->
/usr/local/cpython-2.5/lib/python2.5/site-packages/pylint/reporters
copying build/lib/pylint/reporters/text.py ->
/usr/local/cpython-2.5/lib/python2.5/site-packages/pylint/reporters
copying build/lib/pylint/reporters/__init__.py ->
/usr/local/cpython-2.5/lib/python2.5/site-packages/pylint/reporters
copying build/lib/pylint/reporters/html.py ->
/usr/local/cpython-2.5/lib/python2.5/site-packages/pylint/reporters
Traceback (most recent call last):
  File "setup.py", line 187, in <module>
    install()
  File "setup.py", line 183, in install
    **kwargs
  File "/usr/local/cpython-2.5/lib/python2.5/distutils/core.py", line 151,
in setup
    dist.run_commands()
  File "/usr/local/cpython-2.5/lib/python2.5/distutils/dist.py", line 974,
in run_commands
    self.run_command(cmd)
  File "/usr/local/cpython-2.5/lib/python2.5/distutils/dist.py", line 994,
in run_command
    cmd_obj.run()
  File "/usr/local/cpython-2.5/lib/python2.5/distutils/command/install.py",
line 510, in run
    self.run_command(cmd_name)
  File "/usr/local/cpython-2.5/lib/python2.5/distutils/cmd.py", line 333,
in run_command
    self.distribution.run_command(command)
  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#

Should I submit this to a bug tracker?

2.6 through 3.3 build and install fine though.

Thanks!

-- 
Dan Stromberg
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to