This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ceball
Recipients Thorney, ceball, loewis, tarek
Date 2009-03-18.13:57:09
SpamBayes Score 0.0023268966
Marked as misclassified No
Message-id <1237384631.1.0.967514427812.issue4508@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-03-18 13:57:11ceballsetrecipients: + ceball, loewis, tarek, Thorney
2009-03-18 13:57:11ceballsetmessageid: <1237384631.1.0.967514427812.issue4508@psf.upfronthosting.co.za>
2009-03-18 13:57:09ceballlinkissue4508 messages
2009-03-18 13:57:09ceballcreate