23 Feb
2009
23 Feb
'09
5:22 p.m.
Forgive me, but it doesn't look like the specific Boost.Python list is active so I'm posting this here. I followed the relevant directions and built Boost.Python on my Mac using bjam, which gave the following output: ...patience... ...patience... ...found 1356 targets... ...updating 54 targets... <snip> ...failed updating 1 target... ...skipped 6 targets... ...updated 47 targets... I now see embedding.o and extending.o in the bin/gcc-4.01/debug directory within the quickstart directory. But when I run test_extending.py, the script fails and gives "ImportError: No module named extending". How do I get the python script to import the extending module? Thank you for your time.