Hello
I'm trying to write a C++ extension like this:
//---
// C++ code
class ActorBase
{...};
// export ActorBase to Python as a new type
class ActorManager
{
void addNewActor(const char* actorClassName)
{
?
}
Thanks for your reply.
What is the counterpart in v3.0?
-- Neil
On Mar 2, 6:26 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote:
> En Sun, 02 Mar 2008 00:55:23 -0200, Neil.Fang.CN <[EMAIL PROTECTED]>
> escribió:
>
> > Where can I find the Python cla
Hello
Where can I find the Python class object interface document, such as
struct PyClassObject, PyClass_New()? Thanks!
-- Neil
--
http://mail.python.org/mailman/listinfo/python-list