The problem now is, that your python seems to be built using Visual Studio 2003 (VC7), but WinSDK6 (that is needed for Houdini) is VC8. Again a version conflict
Python 2.5.4 (r254:67916, Dec 23 2008, 15:19:34) [MSC v.1400 64 bit (AMD64)] on win32
Here MSC v.1400 corresponds with the compiler version. You can query the compiler version by calling "cl.exe --version". Here is my output:
Microsoft (R) C/C++ Optimizing Compiler Version 14.00.50727.762 for x64
I just noticed, that H10 is shipping with the python headers, so you should be able to use the python installation from there (%HFS%\python).

Sign In
Register
Help




MultiQuote

