[issue4508] distutils compiler not handling spaces in path to output/src files

Éric Araujo report at bugs.python.org
Wed Aug 25 04:14:24 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

Thanks, this time it worked. I had to remove the example.i source file in setup.py since I don’t have swig installed, but apart from that, compiling “ex ample.c” or “ex ample/ex ample.c” worked.

Next steps:
- Write something similar to your example (can’t just copy it since Python is not under GPL) as a unit test for distutils; I’ll do it if nobody does it shortly.
- Confirm that the bug is present on windows and hunt for it (paths translation? argument quoting?)

----------

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


More information about the Python-bugs-list mailing list