2
votes
2answers
193 views
Creating an inheritable Python type with PyCxx
A friend and I have been toying around with various Python C++ wrappers lately, trying to find one that meets the needs of both some professional and hobby projects. We've both honed in on PyCxx as a …
2
votes
1answer
148 views
Python cannot create instances
I am trying to create a simple Python extension using [PyCXX]. And I'm compiling against my Python 2.5 installation.
My goal is to be able to do the following in Python:
import Cats
kitty = …
