n.org] On Behalf Of
Kiramin (Subscriptions)
Sent: 22 July 2010 02:03
To: cplusplus-sig@python.org
Subject: [C++-sig] Need help with simple boost embedded python program
I can't seem to get this to work:
This little program just embeds python, creates a module using boost, and
attempts to add
On Thu, Jul 22, 2010 at 3:02 AM, Kiramin (Subscriptions)
wrote:
> I can't seem to get this to work:
> This little program just embeds python, creates a module using boost, and
> attempts to add it to the list of built-in modules.
> //---
> #inclu
I can't seem to get this to work:
This little program just embeds python, creates a module using boost, and
attempts to add it to the list of built-in modules.
//---
#include
using namespace boost::python;
char const* greet()
{
return "hello