Re: [C++-sig] Wanted: Examples of boost.python embedded usage

2010-07-20 Thread David Aldrich
++ integration Subject: Re: [C++-sig] Wanted: Examples of boost.python embedded usage Hi there http://ironalbatross.net/wiki/index.php5/CPP_BOOST_STACKLESS_PYTHON This one is actually with stackless python, but he's using the same boost.python you would use with standart cpython. If you skip the

Re: [C++-sig] Wanted: Examples of boost.python embedded usage

2010-07-20 Thread Philip Jonientz - NEXPLORE AG
g, 20. Juli 2010 13:26 An: cplusplus-sig@python.org Betreff: [C++-sig] Wanted: Examples of boost.python embedded usage Hi I am new to boost.python ( and to Python ) and need to demonstrate embedding Python code in a C++ application. I would like to pass data to a Python function from C++ and ret

[C++-sig] Wanted: Examples of boost.python embedded usage

2010-07-20 Thread David Aldrich
Hi I am new to boost.python ( and to Python ) and need to demonstrate embedding Python code in a C++ application. I would like to pass data to a Python function from C++ and retrieve the result. Please can anyone suggest a tutorial that would show me how to do this please? Best regards David