Boost logo

Boost Users :

Subject: Re: [Boost-users] building boost with python script
From: Micha³ Nowotka (mmmnow_at_[hidden])
Date: 2009-10-21 07:52:05


I want to have standalone application (without any dependencies)
written in python that uses some code in C++ for efficiency reasons.

This C++ code uses boost. I also use boost.python to expose C++ code.
So to work out of box my app must:
- compile embedded frozen version of boost
- generate python wrappers using py++ (also embedded)
- compile autogenerated boost.python wrappers with C++ code
- import generated library as python module
- do some computation using exposed interface

it should be platform independent.

-- 
Regards
Michał Nowotka

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net