[Bf-committers] exppython, OS X

Douglas Bischoff bf-committers@blender.org
Mon, 7 Jul 2003 08:44:28 -0400


On Sunday, July 6, 2003, at 03:23 AM, Michael Velikanje wrote:

> By changing PyObject_HEAD_INIT(NULL) to 
> PyObject_HEAD_INIT(&PyType_Type) it compiles and works! really well, 
> nice job! I don't know what it is about that NULL but my PowerBook 
> does not like it, it may have something to do with my using > python2.3a.
> There may be a more elegant solution, but I don't know it, after all 
> I'm only a monkey mouse. ;)

Michael, without that fix you applied my copy compiles fine under 
10.2.6. I have Python 2.2 compiled as a framework, don't know if that 
or the version have anything to do with the differences.

-Bish