[issue4508] distutils compiler not handling spaces in path to output/src files
C. E. Ball
report at bugs.python.org
Wed Mar 18 14:57:11 CET 2009
C. E. Ball <ceball at users.sf.net> added the comment:
I also found this bug while using SciPy's weave on Windows XP to compile
some inline c/c++ code.
Thorney's distutils_compiler_quoting.patch fixed the problem for me.
Here is the relevant part of the traceback (I hope):
"""
Found executable C:\Program Files\Topographica\python_topo\mingw\bin\g++.exe
g++.exe:
c:\docume~1\ceball\locals~1\temp\ceball\python25_intermediate\compiler_
894ad5ed761bb51736c6d2b7872dc212\Release\program: No such file or directory
g++.exe:
files\topographica\python_topo\lib\site-packages\weave\scxx\weave_imp.o:
No such file or directory
"""
Chris
----------
nosy: +ceball
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4508>
_______________________________________
More information about the Python-bugs-list
mailing list