Re: [Python-Dev] test_shutils.py fails for 2.4 install

2004-12-04 Thread Michael Hudson
"Edward C. Jones" <[EMAIL PROTECTED]> writes: > I have a PC with an AMD cpu and Mandrake 10.1. While installing Python > 2.4 "make test" failed in "test_shutils.py". Here is the output of > "./python ./Lib/test/test_shutil.py": Are you running 'make test' as root? Don't do that (although possibl

[Python-Dev] test_shutils.py fails for 2.4 install

2004-12-03 Thread Edward C. Jones
I have a PC with an AMD cpu and Mandrake 10.1. While installing Python 2.4 "make test" failed in "test_shutils.py". Here is the output of "./python ./Lib/test/test_shutil.py": test_dont_copy_file_onto_link_to_itself (__main__.TestShutil) ... ok test_dont_move_dir_in_itself (__main__.TestShutil)