VC++ grrhhh

Robin Becker robin at jessikat.demon.co.uk
Thu Sep 23 10:46:32 EDT 1999


In message <00c801bf05d2$15a81030$f29b12c2 at secret.pythonware.com>,
Fredrik Lundh <fredrik at pythonware.com> writes
>Robin Becker <robin at jessikat.demon.co.uk> wrote:
>> anyone know how to get round nonconstant initialiser errors from VC++
>> with the construction
>> 
>> statichere PyTypeObject Arraytype = {
>>         PyObject_HEAD_INIT(&PyType_Type) // error here
>>         0,
>>         "array",
>
>http://www.python.org/doc/FAQ.html#3.24
>
></F>
>
thanks very much. I had expected the FAQ to be about Python.
-- 
Robin Becker




More information about the Python-list mailing list