[issue14270] Can't install a project in a specific directory

2014-03-12 Thread Éric Araujo
Éric Araujo added the comment: pysetup was replaced by pip as official installer. This issue may affect distlib. -- nosy: +vinay.sajip resolution: -> out of date stage: test needed -> committed/rejected status: open -> closed ___ Python tracker

[issue14270] Can't install a project in a specific directory

2012-05-16 Thread Éric Araujo
Éric Araujo added the comment: Further changes are needed. - The new dest_dir argument is not passed down to the internal functions, so I don’t understand how this is supposed to work. - install_local_project needs a dest_dir argument too; Jonathan Fernandes started work on this at the last

[issue14270] Can't install a project in a specific directory

2012-05-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset fd5d379c36f4 by Mathieu Leduc-Hamel in branch 'default': #14270: Fixes to add dest_dir params working when using install_from_infos http://hg.python.org/distutils2/rev/fd5d379c36f4 -- nosy: +python-dev _

[issue14270] Can't install a project in a specific directory

2012-03-14 Thread Éric Araujo
Éric Araujo added the comment: Mathieu’s patch attached. Test upcoming. -- keywords: +patch Added file: http://bugs.python.org/file24842/distutils2.14270.patch ___ Python tracker _

[issue14270] Can't install a project in a specific directory

2012-03-12 Thread Éric Araujo
Éric Araujo added the comment: Mathieu is working on a patch. -- stage: -> test needed title: Can't install a package in a specific directory -> Can't install a project in a specific directory versions: +3rd party -Python 2.7, Python 3.1, Python 3.2 __