[issue14915] pysetup may leave a package in a half-installed state

Nick Coghlan report at bugs.python.org
Fri May 25 17:03:49 CEST 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

Do "make altinstall" from trunk.

Try running "pysetup3.3 install distutils2"

This won't work properly, because distutils2 uses Python 2 syntax.

However, after running that command:

"pysetup3.3 remove distutils2" complains that distutils2 is not installed, but "import distutils2" works at the 3.3. command prompt

----------
assignee: eric.araujo
components: Distutils2
messages: 161583
nosy: alexis, eric.araujo, ncoghlan, tarek
priority: high
severity: normal
status: open
title: pysetup may leave a package in a half-installed state
versions: Python 3.3

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


More information about the Python-bugs-list mailing list