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@docte.hr> 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@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users