Newbie question - getting started
I have a C++ library whose interface consists of tree classes: TextTable, TextRow and NumpyArrayBuilder.
These classes are declared in three header files: TextTable.h, TextRow.h and NumpyArrayBuild
I want to build a Python extension module called TextTable that wraps these three classes.
I understand the script to generate the Python C-API code should look something like:
import sys
import pybindgen
from pybindgen import FileCodeSink
from pybindgen.
module_parser = ModuleParser(...)
module = module_
module.
pybindgen.
module.
What should the ... be?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- PyBindGen Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Johan Råde
- Solved:
- Last query:
- Last reply: