Re: [C++-sig] Need help with simple boost embedded python program

2010-07-22 Thread David Aldrich
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

Re: [C++-sig] Need help with simple boost embedded python program

2010-07-22 Thread Thomas Berg
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

[C++-sig] Need help with simple boost embedded python program

2010-07-21 Thread Kiramin (Subscriptions)
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