[New-bugs-announce] [issue17574] pysetup failing with "OSError: [Errno 18] Invalid cross-device link".

Valentin Lab report at bugs.python.org
Fri Mar 29 17:21:50 CET 2013


New submission from Valentin Lab:

running::

  $ pysetup remove shyaml
  'shyaml' cannot be removed.
  Error: [Errno 18] Invalid cross-device link

Same happens when using::

  $ pysetup install shyaml==0.1.3

Besides, I've no idea of the state of distutils2 which was promising and is working as far as I'm concerned (except for trivial bugs as this one).

I'm using it for several small project, and I would be glad to know that it is still maintained regarding such easily-corrected bugs.

Correction of this bug is trivial here because ``distutils2/install.py`` line 57 should use ``shutil.move()`` instead of ``os.rename()``. I've tested it, and this does the job.

Thank you for your attention.

----------
assignee: eric.araujo
components: Distutils2
messages: 185500
nosy: alexis, eric.araujo, tarek, vaab
priority: normal
severity: normal
status: open
title: pysetup failing with "OSError: [Errno 18] Invalid cross-device link".
type: crash
versions: Python 2.7

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


More information about the New-bugs-announce mailing list