[New-bugs-announce] [issue14270] Can't install a package in a specific directory

Mathieu Leduc-Hamel report at bugs.python.org
Mon Mar 12 23:18:25 CET 2012


New submission from Mathieu Leduc-Hamel <marrakis at gmail.com>:

When using distutils2.install.install_from_infos to install a package, no matter if you have an install_path parameter or not, it doesn't work.

The problem seems to resided at:

distutils2.install._run_install_from_archive

Doesn't have any dest_dir parameter

----------
assignee: eric.araujo
components: Distutils2
messages: 155498
nosy: alexis, eric.araujo, mlhamel, tarek
priority: normal
severity: normal
status: open
title: Can't install a package in a specific directory
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list