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.

Author mlhamel
Recipients alexis, eric.araujo, mlhamel, tarek
Date 2012-03-12.22:18:25
SpamBayes Score 4.1716826e-06
Marked as misclassified No
Message-id <1331590705.94.0.0465168087698.issue14270@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-03-12 22:18:25mlhamelsetrecipients: + mlhamel, tarek, eric.araujo, alexis
2012-03-12 22:18:25mlhamelsetmessageid: <1331590705.94.0.0465168087698.issue14270@psf.upfronthosting.co.za>
2012-03-12 22:18:25mlhamellinkissue14270 messages
2012-03-12 22:18:25mlhamelcreate