This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 mlhamel
收信人 alexis, eric.araujo, mlhamel, tarek
日期 2012-03-12.22:18:25
SpamBayes Score 4.1716826e-06
Marked as misclassified
Message-id <1331590705.94.0.0465168087698.issue14270@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2012-03-12 22:18:25mlhamel修改recipients: + mlhamel, tarek, eric.araujo, alexis
2012-03-12 22:18:25mlhamel修改messageid: <1331590705.94.0.0465168087698.issue14270@psf.upfronthosting.co.za>
2012-03-12 22:18:25mlhamel链接issue14270 messages
2012-03-12 22:18:25mlhamel创建