[issue8876] distutils should not assume that hardlinks will work

Fabian Kochem report at bugs.python.org
Wed Jan 22 13:23:48 CET 2014


Fabian Kochem added the comment:

A dirty hack is to include this line at the top of your setup.py:

del os.link

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8876>
_______________________________________


More information about the Python-bugs-list mailing list