[issue12141] --multiprocessing fails with packaging.tests.test_command_build_ext

Antoine Pitrou report at bugs.python.org
Sun May 22 00:50:19 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> Oops. It's a duplicate. Keeping this one since the problem was
> narrowed to multiprocessing/sys,executable and sysconfig

I don't think it has anything to do with sys.executable. As the other
issue says, it seems the test (or packaging/sysconfig itself) is simply
unable to locate the root of the current checkout (which should be
trivial using __file__).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12141>
_______________________________________


More information about the Python-bugs-list mailing list