On Feb 11, 2008 10:15 AM, David Abrahams <<a href="mailto:dave@boost-consulting.com">dave@boost-consulting.com</a>> wrote:<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> In my original reply I referred you to<br><a href="http://www.boost.org/libs/python/doc/building.html" target="_blank">http://www.boost.org/libs/python/doc/building.html</a> where "embedding" is<br>described. If that doesn't tell you what you need to know, please ask a<br> more detailed question so I know how to help you.</blockquote></div><br>Yes, their description of embedding is exactly what I'm trying to do. Sorry for the confusion. However, I didn't find any code examples on that page. Do I just use Boost.Python to expose my C++ functions and call them from the script without importing any packages?<br> <br>Thanks for your response.<br>