comparison PyParameterDescriptor.cpp @ 51:c1e4f706ca9a

Fix numpy version incompatibility issues and updated some example plugins.
author fazekasgy
date Thu, 08 Oct 2009 08:47:28 +0000
parents af9c4cee95a8
children
comparison
equal deleted inserted replaced
50:3868da185d73 51:c1e4f706ca9a
87 if (v != NULL) 87 if (v != NULL)
88 { 88 {
89 Py_INCREF(v); 89 Py_INCREF(v);
90 return v; 90 return v;
91 } 91 }
92 PyErr_SetString(PyExc_AttributeError,"non-existing ParameterDescriptor attribute");
92 } 93 }
93 return NULL; 94 return NULL;
94 } 95 }
95 96
96 97