Hi!
I created my own class with parent class Py::PythonExtension and declared a function with no arguments. I couldn't call it from python code and after some debugging I found out that problem is a incompatibility between PyCCX 6.1.1 calling protocol and Python 2.6.2 C API. The method readyType call PyType_Ready function from Python API. The PyType_Ready function fill up tp_getattro and...
PyCXX Version 6.1.1 (26-Sep-2009)* Supports Python 3 starting at Python 3.1 and Python 2.* Code clean up to fix compiler warnings reported by gcc 4.2.1 on Mac OS X when building for Python 3.PyCXX Project page: https://sourceforge.net/projects/cxx/.