Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-05-17 08:35:18


On Wednesday 17 May 2006 13:54, Michael Krasnyk wrote:

Hi Michael,

> I'm trying to use
> PYTHON_IMPORT_RULE aaa : foo : Python : foo ;
> It work's ok, except EXTRA_PYTHONPATH should intialized to "."
> externally.

Externally to what?

> Is it possible to export in the Jamfile environment variables?

I don't understand this question, sorry. Do you have "EXTRA_PYTHONPATH" from
environment to be propagated to PYTHON_IMPORT_RULE? This should happen
automatically.

Or do you want to set EXTRA_PYTHONPATH? Then, use this in your Jamfile:

  module
  {
       EXTRA_PYTHONPATH = . ;
  }

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2

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