-
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...
2009-10-06 00:55:51 UTC by nobody
-
barry-scott committed revision 215 to the PyCXX Python-C++ Connection SVN repository, changing 1 files.
2009-10-03 07:30:01 UTC by barry-scott
-
barry-scott committed revision 214 to the PyCXX Python-C++ Connection SVN repository, changing 1 files.
2009-09-26 10:57:49 UTC by barry-scott
-
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/.
2009-09-26 09:36:24 UTC by barry-scott
-
barry-scott made 2 file-release changes.
2009-09-26 09:26:01 UTC by barry-scott
-
barry-scott made 2 file-release changes.
2009-09-26 09:20:01 UTC by barry-scott
-
barry-scott made 1 file-release changes.
2009-09-26 09:19:02 UTC by barry-scott
-
barry-scott made 1 file-release changes.
2009-09-26 09:10:02 UTC by barry-scott
-
barry-scott committed revision 213 to the PyCXX Python-C++ Connection SVN repository, changing 1 files.
2009-09-26 09:03:40 UTC by barry-scott
-
barry-scott committed revision 212 to the PyCXX Python-C++ Connection SVN repository, changing 3 files.
2009-09-26 09:01:44 UTC by barry-scott