Skip to content Skip to sidebar Skip to footer
Showing posts with the label Boost

Exposing Static Constant With Boost

I am using Boost 1.44.0 to cross-compile C++ code for Python. I'm trying to expose a static con… Read more Exposing Static Constant With Boost

Attempted Relative Import Beyond Top-level Package With Boost/python

I've tried multiple ways to import a module in a post here, but I decided to post a new questio… Read more Attempted Relative Import Beyond Top-level Package With Boost/python

Boost.python Python Linkage Error

I'm running Mac OS X 10.8.4 (Darwin 12.4.0) with the lastest Boost distribution (1.55.0). I'… Read more Boost.python Python Linkage Error

Run Python In C++

I have an application written in C++ and a testing system (also in C++). Testing system is pretty c… Read more Run Python In C++

C++ Server Cannot Read My Message From Python Client Via Socket

I have wrote a python client script to send message to the server via tcp. import socket TCP_IP = … Read more C++ Server Cannot Read My Message From Python Client Via Socket

Efficiently Group Overlapping Rectangles

Best way to group overlapping rectangles? I've tried using OpenCV but the grouprectangles metho… Read more Efficiently Group Overlapping Rectangles

Using Unique_ptr With Boost Python - Boost::shared_ptr Works But Unique_ptr Doesnt

This may be the same issue as Boost Python No to_python for std::unique_ptr However, i haven't … Read more Using Unique_ptr With Boost Python - Boost::shared_ptr Works But Unique_ptr Doesnt

How Can I Declare A Boost.python C++ Class With Pyobjects

i want to write a c++ class with PyObjects to access them from Python to reference them with an exi… Read more How Can I Declare A Boost.python C++ Class With Pyobjects

Run Python In C++

I have an application written in C++ and a testing system (also in C++). Testing system is pretty c… Read more Run Python In C++

How Iterate (key, Value) Boost::python:dict

How can I iterate in C++ over my boost::python:dict ? I need key and value in every loop round. My… Read more How Iterate (key, Value) Boost::python:dict

How Iterate (key, Value) Boost::python:dict

How can I iterate in C++ over my boost::python:dict ? I need key and value in every loop round. My… Read more How Iterate (key, Value) Boost::python:dict

Boost Python Portability Concerns

I have a dll written in C++ that I want to export to Python for running regression and unit-testing… Read more Boost Python Portability Concerns

ImportError: /usr/lib/libboost_python.so.1.54.0: Undefined Symbol: PyClass_Type

I have code written in C++: #include char const* greet() { return 'Yay!'; } BOOST_PYTH… Read more ImportError: /usr/lib/libboost_python.so.1.54.0: Undefined Symbol: PyClass_Type

Boost.Python And Boost.Function

I want to wrap a boost::function class member so that it can be used in the following way: using na… Read more Boost.Python And Boost.Function

Boost.Python Python Linkage Error

I'm running Mac OS X 10.8.4 (Darwin 12.4.0) with the lastest Boost distribution (1.55.0). I'… Read more Boost.Python Python Linkage Error