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

The Dll Created By Boost.python Cannot Be Imported (following Boost Python's Quickstart)

I'm trying to follow the instructions here to use the Boost.Python. The source code is in that … Read more The Dll Created By Boost.python Cannot Be Imported (following Boost Python's Quickstart)

Multiprecision Python Library That Plays Well With Boost::multiprecision Or Other Options?

I am working on a project that revolves around multiprecision 'complex' numbers, specifical… Read more Multiprecision Python Library That Plays Well With Boost::multiprecision Or Other Options?

Create Boost-python Nested Namespace

Using boost python I need create nested namespace. Assume I have following cpp class structure: nam… Read more Create Boost-python Nested Namespace

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

How Do I Catch An Interrupt Signal In Python When Inside A Blocking Boost C++ Method?

I have a toolset which has been written in C++, and given Boost bindings for Python. Initially, thi… Read more How Do I Catch An Interrupt Signal In Python When Inside A Blocking Boost C++ Method?

Linking To Boost::python Using Visual C++ Express 10

I've built Python (3.2.1) and boost::python (1_47_0) under Windows with Visual C++ Express 2010… Read more Linking To Boost::python Using Visual C++ Express 10

How To Wrap Functions Overloaded By Type?

Suppose there is a class MyArray which implements an array of SomeType. It is written in C++ and wr… Read more How To Wrap Functions Overloaded By Type?

Crash On Call From Boost::python::exec( Anything )

I'm trying to implement some Python stuff into my program and I've decided to use Boost::Py… Read more Crash On Call From Boost::python::exec( Anything )