boost::python embedding example running error

Roman Yakovenko roman.yakovenko at gmail.com
Mon Nov 13 01:17:17 EST 2006


On 12 Nov 2006 19:10:24 -0800, could.net at gmail.com <could.net at gmail.com> wrote:
> I use boost 1.33_1, there's an example on boost::python named
> embedding.cpp. When I tried to build and run it in visual studio 2005,
> I got an error on this line:
>
> std::string hello() { return python::call_method<std::string>(self,
> "hello"); }
>
> It's a back ptr error.
>
> I don't know where to ask this question so I came to python group.

Boost.Python mailing list: http://mail.python.org/mailman/listinfo/c++-sig/

More resources: http://www.language-binding.net/pyplusplus/links.html


> --
> http://mail.python.org/mailman/listinfo/python-list
>


-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/



More information about the Python-list mailing list