[issue5071] Distutils should not fail if install dir is not in PYTHONPATH

2009-02-02 Thread Tarek Ziadé
Tarek Ziadé added the comment: closing for the same reason than #5070 -- status: open -> closed ___ Python tracker ___ ___ Python-bugs

[issue5071] Distutils should not fail if install dir is not in PYTHONPATH

2009-01-26 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- nosy: +tarek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue5071] Distutils should not fail if install dir is not in PYTHONPATH

2009-01-26 Thread Jean-Paul Calderone
Jean-Paul Calderone added the comment: See my comment on issue5070. -- nosy: +exarkun ___ Python tracker ___ ___ Python-bugs-list mail

[issue5071] Distutils should not fail if install dir is not in PYTHONPATH

2009-01-26 Thread Andy Buckley
New submission from Andy Buckley : At present, distutils exits with an error return code if the directory that modules are being installed into is not in PYTHONPATH. Since the install path is not easily obtained (it at least requires running Python to work out the version string, plus some guessw