[C++-sig] [boost.python] Can't import a wrapped template class

Stefan Seefeld stefan at seefeld.name
Fri Oct 26 19:16:34 CEST 2012


On 10/26/2012 07:42 AM, Paul O. Seidon wrote:
> Hi all,
>
> right now I'm doing my first stepps in wrapping C++ code by ude of Boost.

[...]

Where is the definition of your _Variable template instances ? Your
newly compiled Python module can't find them. The likely cause is that
you forgot to link the module to the library containing the definition(s).

    Stefan


-- 

      ...ich hab' noch einen Koffer in Berlin...



More information about the Cplusplus-sig mailing list