[SciPy-user] weave and compiler install help

Fernando Perez fperez.net at gmail.com
Mon Dec 3 17:54:21 EST 2007


On Dec 3, 2007 2:30 PM, Michael ODonnell <odonnems at yahoo.com> wrote:
>
> This may help give someone greater insight into my problem. If I run the
> command created by python:
>
> cl.exe /c /nologo /Ox /MD /W3 /GX /DNDEBUG
> -IC:\Python24\lib\site-packages\scipy\weave
> -IC:\Python24\lib\site-packages\scipy\weave\scxx
> -IC:\Python24\lib\site-packages\numpy\core\include -IC:\Python24\include
> -IC:\Python24\PC
> /Tpc:\temp\Michael\python24_compiled\sc_552cccf5dbf4f6eadd273cdcbd5860521.cpp
> /Foc:\temp\Michael\python24_intermediate\compiler_d41d8cd98f00b204e9800998ecf8427e\Release\temp\Michael\python24_compiled\sc_552cccf5dbf4f6eadd273cdcbd5860521.obj
> /Zm1000
>
> at the cmd prompt I get the following error:
> c:\Python24\include\pyconfig.h(30) : fatal error C1083: Cannot open include
> file: 'io.h': No such file or directory
>
> This command was generated by weave.inline, but I copied it into the cmd
> window.
>
> Does anyone have any ideas what I should/can do?

1. Attach the intermediate files (like
c:\temp\Michael\python24_compiled\sc_552cccf5dbf4f6eadd273cdcbd5860521.cpp)
to the ticket, so either I or someone else can later download them to
debug the problem directly.  Though I'm going to guess this might be a
local configuration problem somewhere, since no one else is reporting
similar issues (and we do have win32 weave users).  Very strange.

2. At least on this list, please use plain text for email. Html makes
reading your messages a huge pain.

Thanks,

f



More information about the SciPy-User mailing list