Re: "initializer element is not constant"

2006-05-30 Thread Scott David Daniels
[EMAIL PROTECTED] wrote: > When trying to compile python extensions written in C using "python > setup.py build" on cygwin I get the following error: > > foo.c: initializer element is not constant > foo.c: error: (near initialization for `FooType.ob_type') >

"initializer element is not constant"

2006-05-30 Thread emin . martinian
When trying to compile python extensions written in C using "python setup.py build" on cygwin I get the following error: foo.c: initializer element is not constant foo.c: error: (near initialization for `FooType.ob_type') I remember someone telling me a long time ago that this h