weave and compiler install help

2007-11-19 Thread Michael ODonnell
I am trying to compile some inline c++ code inside python using weave. I always get a similar problem where the compiled file cannot be found (see below). I am not sure if the problem is with the compiler or something else. I am a new user of scipy and a novice with python so I would appreciate any

python 2.4 and compiler combatability

2007-12-05 Thread Michael ODonnell
I am trying to use the scipy module for compiling nested c++ with weave.inline. My question is can I use a more recent microsoft compiler (2005) to do this. I have installed python 2.4.4 and the VC 2003 toolkit. However, the version of the toolkit that I found is for a x64 and my machine is x86.