Thanks for your answers, I tried both but it didn't work. However, later it
turned out that both libraries didn't link against exactly the same boost
version, so that was the problem. Now everything works fine :)
--
View this message in context:
http://www.nabble.com/Boost.Python%3A-same-class-i
Hello,
I tried to do the following:
I've got two Python modules which are both wrapped by boost.python, and both
of them share some header files, so there are several classes which are used
by both modules.
As an easy example:
- first module is called "videolib" and second module is called "vide