Mishra
05-03-2007 13:20:18
Yesterday I tried to biuld Python-Ogre from source (for learning py++) but I have a little problem with Py++ dependencies...
py++ requires pygccxml, wich I installed, but pygccxml logically requires , gccxml, so I downloaded the installer that comes along with the pygccxml. The fact is that distutils tells me that python was built with MSVC 2003, and to generate extensions i must have the same version installed. I have the Visual Studio 2005 express SP1(the freebie
)
I was wondering if someone knows how to build it using VS2005 because I made some hacks here and there to skip some version chekings by distutils, but i have reached the point were I can't do more without building python by source, wich is something that I really dont want to do
py++ requires pygccxml, wich I installed, but pygccxml logically requires , gccxml, so I downloaded the installer that comes along with the pygccxml. The fact is that distutils tells me that python was built with MSVC 2003, and to generate extensions i must have the same version installed. I have the Visual Studio 2005 express SP1(the freebie

I was wondering if someone knows how to build it using VS2005 because I made some hacks here and there to skip some version chekings by distutils, but i have reached the point were I can't do more without building python by source, wich is something that I really dont want to do