On Feb 11, 2008 10:15 AM, David Abrahams &lt;<a href="mailto:dave@boost-consulting.com">dave@boost-consulting.com</a>&gt; 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 &quot;embedding&quot; is<br>described. &nbsp;If that doesn&#39;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&#39;m trying to do. Sorry for the confusion. However, I didn&#39;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>