Elvis Stansvik added the comment:

Okay, so it seems my "fix" is not complete at all.

Not even `setup.py install` works with plain distutils, since it just copies 
the build dir. Back when I created this issue, I must have (accidentally) 
tested `setup.py install` using setuptools. With setuptools it _does_ work when 
my fix for get_outputs() is applied, but only because (I think) then the egg 
creation code from setuptools is used, which is somehow helped by my fix to 
get_outputs(). Note that it doesn't even work with setuptools if 
--single-version-externally-managed is used (bypassing egg creation). So my 
"fix" only really helped for a very specific case.

So, hm. I guess a more involved fix is necessary in order to get this to work 
for all relevant commands of plain distutils.

Sorry for the noise, I guess I'll close my PR.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29225>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to