Boost logo

Boost Users :

From: Tony May (tmay_at_[hidden])
Date: 2008-06-25 14:08:03


Hi Jurko,

Thanks for the help. It said it passed the test:

...patience...
...found 1202 targets...
...updating 3 targets...
msvc.link.dll bin\msvc-8.0express\debug\threading-multi\hello_ext.pyd
   Creating library bin\msvc-8.0express\debug\threading-multi\hello_ext.lib
and
object bin\msvc-8.0express\debug\threading-multi\hello_ext.exp
capture-output bin\hello.test\msvc-8.0express\debug\threading-multi\hello
        1 file(s) copied.
**passed** bin\hello.test\msvc-8.0express\debug\threading-multi\hello.test
...updated 3 targets...

but when I tried to import in the python script:

import hello_ext

it says:

Traceback (most recent call last):
  File "hello.py", line 6, in <module>
    import hello_ext
ImportError: No module named hello_ext

Is there supposed to be a hello_ext.dll in
C:\Program
Files\boost\boost_1_35_0\libs\python\example\tutorial\bin\msvc-8.0express\debug\threading-multi
or
C:\Program
Files\boost\boost_1_35_0\libs\python\example\tutorial\bin\hello.test\msvc-8.0express\debug\threading-multi

On Wed, Jun 25, 2008 at 11:30 AM, Jurko Gospodnetiæ <
jurko.gospodnetic_at_[hidden]> wrote:

> Hi Tony.
>
> I don't know how to specify new directories in the include path using
>> bjam.
>>
>
> Use the <include> feature, e.g. from the command line you do it like this:
>
> bjam include=/xxx/yyy/zzz
>
> but you usually want to do such things from inside your Jamfile.
>
> Best regards,
> Jurko Gospodnetiæ
>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net