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
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 whole setting up part for linux there are some samples on how to create function wrap