|
Boost-Build : |
From: Michael Krasnyk (miha_at_[hidden])
Date: 2006-05-17 09:05:19
Hello Vladimir,
>Or do you want to set EXTRA_PYTHONPATH? Then, use this in your Jamfile:
>
> module
> {
> EXTRA_PYTHONPATH = . ;
> }
>
>
Thank you, now it works.
Sorry for newbie question, but what is the difference
between
module {
EXTRA_PYTHONPATH = . ;
}
PYTHON_IMPORT_RULE aaa : foo : Python : foo ;
and
EXTRA_PYTHONPATH = . ;
PYTHON_IMPORT_RULE aaa : foo : Python : foo ;
The first case works ok, but the second fails with Python error
"ImportError: No module named aaa"?
Thanks again,
Michael
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