Re: [C++-sig] boost.python errors on Linux

2010-12-11 Thread Max Stricker
Am 11.12.2010 um 15:03 schrieb Stefan Seefeld: > On 12/11/2010 07:29 AM, Max Stricker wrote: >> Hi, >> >> i need to expose some C++ methods to python and came accross boost.python. >> I installed libboost-python1.42-dev on an Ubuntu machine and tried to work >>

[C++-sig] boost.python errors on Linux

2010-12-11 Thread Max Stricker
Hi, i need to expose some C++ methods to python and came accross boost.python. I installed libboost-python1.42-dev on an Ubuntu machine and tried to work with a simple program found in the docs: #include class Foo { public: void bar() { std::cout