Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-11-30 03:18:32


Hi Jürgen,

> and testing the result with ldd I get:
>
> ldd bin.linux/bjam
> libpython2.4.so.1.0 => /usr/lib64/libpython2.4.so.1.0
> (0x00002aaaaabc2000)
> libc.so.6 => /lib64/tls/libc.so.6 (0x00002aaaaadea000)
> libpthread.so.0 => /lib64/tls/libpthread.so.0 (0x00002aaaab016000)
> libdl.so.2 => /lib64/libdl.so.2 (0x00002aaaab12b000)
> libutil.so.1 => /lib64/libutil.so.1 (0x00002aaaab22e000)
> libm.so.6 => /lib64/tls/libm.so.6 (0x00002aaaab332000)
> /lib64/ld-linux-x86-64.so.2 (0x00002aaaaaaab000)
>
> > and run the attached files with:
> >
> > bjam -fpytest.jam
>
> and this results in:
>
> hunold_at_w-lx-75 ~/tmp $ bjam -fpytest.jam
> ImportError: No module named pytest

Did you check that "pytest.py" is in the same directory? Can you try issuing

  PYTHONPATH=~/tmp:$PYTHONPATH

before running bjam?

- Volodyaa


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk