PDA

View Full Version : BOOST::PYTHON newbie question



NikitaUtiu
July 11th, 2010, 10:43 AM
I am currently working under code::blocks and trying out boost python. I managed to compile some code under g++ and know how to call a python module in the same program which i have embedded it in. I don't want to use jamroot.

Could anybody give me a quick guide on how to make a python module which I can import into another file with g++.

Thanks!