[C++-sig] Choosing the best way to wrap

Roman Yakovenko roman.yakovenko at gmail.com
Fri Oct 3 20:41:28 CEST 2008


2008/10/3 k k <ralvek at yahoo.it>:
> Do you think i have to use only Boost.python or also Py++ ?

You can definitely go without Py++, but it could help,

If the code is more-or-less "simple", Py++ will generate the wrapper
without to much work from you. Otherwise Py++ will generate warnings
for functionality it cannot expose. The warning will help you to
estimate the effort needed to create the initial wrapper.

-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/



More information about the Cplusplus-sig mailing list