$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-11-30 03:58:52
On Wednesday 30 November 2005 11:48, Jürgen Hunold wrote:
> > Can you try issuing
> >
> > PYTHONPATH=~/tmp:$PYTHONPATH
> >
> > before running bjam?
>
> I get
>
> hunold_at_w-lx-75 ~/tmp $ PYTHONPATH=$HOME/tmp:$PYTHONPATH
> hunold_at_w-lx-75 ~/tmp $ set | grep PY
> PYTHONPATH=<myhome>/tmp:
> PYTHONSTARTUP=/etc/pythonstart
> PYTHON_ROOT=/usr
> PYTHON_VERSION=2.4
>
> and the same error :-((
Pretty strange. For a really simple test, does running "python" in the same
directory, and then typing
import pytest
works?
- Volodya