Re: [C++-sig] ImportError...'No such file' etc. when importing hello_ext from tutorial

2008-12-05 Thread Adrien Saladin
> Now it works. Well, yes, there were 3 issues. First, I had skipped the "make > install" part in "getting started with boost", i.e. I didn't have any > libboost* files (of which I know explicitly). Second, LD_LIBRARY_PATH was not > set and, third, libboost_python-gcc41-1_37.so.1.37.0 didn't exi

Re: [C++-sig] ImportError...'No such file' etc. when importing hello_ext from tutorial

2008-12-05 Thread kekela
> Maybe your library path is incorrect. You may try (with bash) > export LD_LIBRARY_PATH=path_to_your_libboost_python-gcc41-1_37.so.1.37.0 Now it works. Well, yes, there were 3 issues. First, I had skipped the "make install" part in "getting started with boost", i.e. I didn't have any libboost*

[C++-sig] ImportError...'No such file' etc. when importing hello_ext from tutorial

2008-12-05 Thread kekela
Hi, I'm new to boost and aiming to use boost:python and I am experiencing difficulties with the boost:python tutorial. While running bjam plain (i.e. with test targets and without --preserve-test-target or -n -a) creates nice test results (i.e. hello, hello.output and hello.test are created wit