[Bf-python] EXP Python with MSVC

Willian Padovani Germano wgermano at ig.com.br
Tue Jul 1 06:29:14 CEST 2003


On Mon, 2003-06-30 at 17:08, Greg McBride wrote:

> (Sys.c:34: initializer element is not constant). Not sure if this is was
> correct but it built on my system by changing line 34
> 
> 
> static PyObject *g_sysmodule = Py_None; /* pointer to Blender.sys module */
> 
> to
> 
> static PyObject *g_sysmodule ;  /*= Py_None; /* pointer to Blender.sys
> module */
> 
> 
> Dinklebrow.

Hi, yes, that's correct, or setting it to NULL.  I was my fault, already
fixed.  Thanks for confirming it works this way.

--
Willian, wgermano at ig.com.br




More information about the Bf-python mailing list