[SciPy-user] weave and mingw on win xp sp2 bug?

Matthieu Brucher matthieu.brucher at gmail.com
Sat Dec 29 03:36:20 EST 2007


Hi,

The problem is the space in the name of the folder. It should not be there
(Python is usually not installed in Program Files). This problem arises
regularly with Linux too for inclusion paths with some tools.

Matthieu

2007/12/29, mani sabri <mani.sabri at gmail.com>:
>
>  Hi
>
> Happy holidays
>
> I'm using python 2.4.4 , scipy 0.6.0 , numpy 1.0.4  and mingw gcc 3.4.5 on
> win xp sp2
>
> When I try to run a weave example (e.x array3d.py) from "C:\PROGRAM
> FILES\Python24\Lib\site-packages\scipy\weave\examples" I have the following
> typical output:
>
>
>
> numpy:
>
> [[[ 0  1  2  3]
>
>   [ 4  5  6  7]
>
>   [ 8  9 10 11]]
>
>
>
>  [[12 13 14 15]
>
>   [16 17 18 19]
>
>   [20 21 22 23]]]
>
>
>
> Pure Inline:
>
> <weave: compiling>
>
> Found executable C:\MINGW\BIN\g++.exe
>
> g++.exe: C:\program: No such file or directory
>
> g++.exe: files\Python24\lib\site-packages\scipy\weave\scxx\weave_imp.cpp:
> No such file or directory
>
> g++.exe: files\python24\lib\site-packages\scipy\weave\scxx\weave_imp.o: No
> such file or directory
>
> g++.exe: no input files
>
>
>
> And This trace back:
>
>
>
> CompileError: error: Command "g++ -mno-cygwin -O2 -Wall -I"C:\program
> files\Python24\lib\site-packages\scipy\weave" -I"C:\program
> files\Python24\lib\site-packages\scipy\weave\scxx" -I"C:\program
> files\Python24\lib\site-packages\numpy\core\include" -I"C:\program
> files\Python24\include" -I"C:\program files\Python24\PC" -c C:\program
> files\Python24\lib\site-packages\scipy\weave\scxx\weave_imp.cpp -o
> c:\docume~1\man\locals~1\temp\man\python24_intermediate\compiler_12e837eb1ea3ab5199fbcc0e83015e3f\Release\program
> files\python24\lib\site-packages\scipy\weave\scxx\weave_imp.o" failed with
> exit status 1
>
>
>
> IMHO When I put quotes around –c argument  in above command (-c
> "C:\program
> files\Python24\lib\site-packages\scipy\weave\scxx\weave_imp.cpp") every
> thing is fine.
>
> Can anyone help me to hack this around?
>
>
>
> Cheers
>
> Mani.
>
>
>
>
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>
>


-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20071229/0c77e7ea/attachment.html>


More information about the SciPy-User mailing list