Boost logo

Boost-Build :

Subject: Re: [Boost-build] How to specify location of boost_python-vc90-mt-gd-1_38.dll?
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-07-11 08:18:35


On Friday 10 July 2009 David Roy wrote:

>
> That was my original idea but I didn't succeed in having it work with
> changing sys.path.
> Also from what I understand, sys.path specifies to python the list of
> directories where modules have to be searched. In my case I want to indicate
> the path to the boost_build dll, not to my python modules, maybe that's why
> it doesn't work.
>
> Here's what I tried:
> import sys
> sys.path.append("C:/Program
> Files/boost/boost_1_38/bin.v2/libs/python/build/msvc-9.0/debug/threading-multi/")
>
> If you have an idea on how I can make it work with sys.path, I'd be happy to
> try it.

This is what I would have tried myself. If it does not work, then I presume the path
tweaking you did earlier is the only solution.

HTH,
Volodya


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