$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: thedent_at_[hidden]
Date: 2001-04-16 10:57:29
Hi there,
I want to use my own class MyVector in two modules I wrote with the
boost python library.
But when I define a
class_builder<MyVector> vec_class(this_module,"vec")
in one module "MyModule1",
then the other module dont know about it.
I could define it in the other module "MyModule2" as well,
but the I have the different types Module1.vec and module2.vec.
Is there a way to use the same type in different modules???
Thanks,
David Strippgen