boost-python-examples
boost-python-examples copied to clipboard
Some examples for the use of boost::python
**Describe the bug** ``` bash cd build/01-HelloWorld ./hello.py ``` produces: ImportError: /home/malte/Projects/boost-python-examples/build/01-HelloWorld/hello.so: undefined symbol: _ZNK5boost6python7objects21py_function_impl_base9max_arityEv ldd on hello.so gives: ``` bash linux-vdso.so.1 (0x00007ffe9d1a3000) libpython3.9.so.1.0 => /lib/x86_64-linux-gnu/libpython3.9.so.1.0 (0x00007f63e23f0000) libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6...
**Describe the bug** brew cannot find the boost-python lib **Error message(s)** boost-python has been disabled because it does not build! **Environment:** - OS: [MAC OSX] - Version [Big Sur 11.4]...
I also had Issue #37 on Gentoo. Issues #33 and #26 seem related too. This should let more distributions find python without (hopefully) breaking any current ones. Nice examples
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...
In https://github.com/TNG/boost-python-examples/blob/72ea66d3e6200f8bcbaac707069ba708d88d8ee8/06-VirtualFunctionsInPython/virtual.cpp#L36 I knew the [boost python doc](https://www.boost.org/doc/libs/1_68_0/libs/python/doc/html/tutorial/tutorial/exposing.html) said > Take note that we expose both &Base::f and &BaseWrap::default_f. Boost.Python needs to keep track of 1) the dispatch function f...
Boost.Python.ArgumentError: Python argument types in pbcvt.YV12ToBGR24_FFmpeg(bytes, int, int) did not match C++ signature: YV12ToBGR24_FFmpeg(char*, int, int)
The 'build.sh' script fails on building the embedding example. Cmake output tells me: -- Could NOT find Boost: missing: python-py3 (found /usr/local/lib/cmake/Boost-1.71.0/BoostConfig.cmake (found version "1.71.0")) A solution was removing '-DPYTHON_VERSION_SUFFIX=-py3'...
Hey Losing my banans here... all I get is > ``` import hello ImportError: DLL load failed while importing hello: The specified module could not be found. ``` I can...
Hi , it's my first time trying boost python , and I have successfully built the hello world cmake file but when I run the output file it doesn't show...