Re: [Distutils] ..\setup.py relative invocation

2010-05-09 Thread Éric Araujo
Does distutils2 fix this? I ask, because it adds another save cwd;cd;...;restore cwd yak shaving wrapper to development process, and the error message for failure is not very intuitive. You could also use a subshell (i.e. ”(cd somewhere ./setup.py cmd)”) but that’s also an ugly workaround.

Re: [Distutils] distribute and install --root

2010-05-09 Thread Glyph Lefkowitz
On May 9, 2010, at 5:47 PM, Tarek Ziadé wrote: Having .local here looks like a bug to me. Could you create an issue with details ? For what it's worth, I have had similar things happen when I had forogtten that I created a ~/.pydistutils.cfg. Have you made sure that there isn't one there?