On 8/28/2010 9:04 AM, <[email protected]> wrote:
> Regarding CMake MSVC project files giving problems with debug (python
> debug specifically).
> Just found this in source/creator/CMakeLists.txt
>
>    COMMAND copy /Y \"${LIBDIR}\\release\\python31.zip\"
> \"${TARGETDIR}\\python31_d.zip\"
>
> python31.zip contains compiled pyd files which IIRC have problems when
> running with a non debug python.
>
> Committed a change to copy the correct python31_d.zip file r31622 but
> cant test, would be interested to know if this fixes anything.
>
>
So I tried it again with Visual Studio 2010 EE (with no OpenEXR ), 
compiled "Debug" and this time it runs but I get a message that 
blender.exe breakpoints at:

Py_Initialize(  );

in:

void BPY_start_python( int argc, char **argv )

So it fixes the previous issue.

So I think it's definitely a python library/dll issue.... from what I 
can see....

"Release" works just fine in 2010 EE.

But I want to mention that when I compile using Visual Studio 2008 EE 
everything works perfectly ("Debug" and "Release".

Sinan
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to