Re: [C++-sig] Bugs in the Boost.Python tutorial example

2014-11-18 Thread Raghvendra Jain
On Tue, Nov 18, 2014 at 6:35 AM, Michael Rolle wrote: > Are you the one responsible for maintaining / bug fixing for Boost.Python? No man, I am just a normal user. ___ Cplusplus-sig mailing list Cplusplus-sig@python.org https://mail.python.org/mailman

Re: [C++-sig] Bugs in the Boost.Python tutorial example

2014-11-17 Thread Raghvendra Jain
Hi Michael, I had written a tutorial on Compiling Boost.Python using Visual Studio. Please check. http://www.sigverse.org/wiki/en/index.php?Compiling%20Boost.Python%20for%20Python%20in%20Visual%20Studio I know I am not directly answering the questions you raised here, but I guess it might help y

Re: [C++-sig] Building Boost with python2.7 libraries on centos 6.5

2014-09-11 Thread Raghvendra Jain
Hi Mattie, Here are the instructions for installation. I had used 1.54. Please modify the version in instructions that suit yours. 1. In the directory where you want to put the Boost installation, execute tar --bzip2 -xf /path/to/boost_1_54_0.tar.bz2 Then, do this from the boost download direc

Re: [C++-sig] Boost Python on Windows

2014-08-12 Thread Raghvendra Jain
Hi Olivier, Please follow the tutorial page I have written about that here http://goo.gl/uEjpCi This tutorial shows how can a python interpreter be embedded inside Visual Studio C++ code using Boost python interface. An example is shown in which a python script is run as well... feel free to ask

[C++-sig] Installation of boost.python using boost 1.55.0

2014-03-07 Thread Raghvendra Jain
Hi all, I've setup the PATH for C:\Python27, and execute the 'bootstrap' in the boost folder. The error message displayed: Building Boost.Build engine "VCVARS32.BAT" is not recognized as commands or executable programs/bat file. What should I do ? Best Regards, Raghav On Sun, Mar 2, 2

Re: [C++-sig] Building tutorial example out of the boost tree, on Windows

2013-10-07 Thread Raghvendra Jain
when it works ( or doesn't) .. On Tue, Oct 8, 2013 at 12:35 AM, Gary Oberbrunner wrote: > > > -- > > *From: *"Raghvendra Jain" > *To: *"Development of Python/C++ integration" > *Sent: *Monday, October 7, 2013 10:58:45 AM

Re: [C++-sig] Building tutorial example out of the boost tree, on Windows

2013-10-07 Thread Raghvendra Jain
Regarding your question, about building dll file, if you mean by boost_python-vc110-mt-gd-1_54.dll this dll (along with other dll and lib files) are generated after using build with b2. You just need to place it in your output directory in Debug folder. On Mon, Oct 7, 2013 at 11:53 PM, John Reid

Re: [C++-sig] Building tutorial example out of the boost tree, on Windows

2013-10-07 Thread Raghvendra Jain
will work fine. These instructions were written by my colleague and we worked together on that, so please feel free to post some question if it doesn't work. Cheers Raghav On Mon, Oct 7, 2013 at 11:47 PM, Gary Oberbrunner wrote: > > > -- > >

Re: [C++-sig] Building tutorial example out of the boost tree, on Windows

2013-10-05 Thread Raghvendra Jain
Hi, Placing user-config.jam in your %HOMEDRIVE%%HOMEPATH% location, and configured Python inside it, is very crucial step. I spent like 4 days while trying to build it without following this step. Please see the tutorial with the link below: http://garkavictor.blogspot.jp/2013/09/compiling-boo

Re: [C++-sig] Boost python simple interfacing

2013-09-24 Thread Raghvendra Jain
Well, I have embedded an interpreter inside C++ code, if your question is related to that, please write back. May be I can help you with that. cheers, Raghav On Tue, Sep 24, 2013 at 4:33 PM, Giuseppe Corbelli < giuseppe.corbe...@copanitalia.com> wrote: > On 21/09/2013 16:52, Kassiopi Kassiopi2