compiling extension errors

Fredrik Lundh effbot at telia.com
Sat May 13 15:50:48 EDT 2000


Pete Shinners <pshinners at mediaone.net> wrote:
> ok, so this is simple creating a new structure to represent
> a new type object (right?). When compiling i'm getting this
> error.
> 
> "error C2099: initializer is not a constant"
> this is happening on the line with PyObject_HEAD_INIT(...)

http://www.python.org/doc/FAQ.html#3.24

</F>




More information about the Python-list mailing list