2012/4/7 Wojciech Mamrak :
> Wait, don't give up :)
> Tomorrow I will send you a msvc solution of a simple application that
> embedds python, so that you can check the compilation, ok?
Thank you. I'll be waiting.
___
Cplusplus-sig mailing list
Cplusplus-
Thank you Adam. I tried what you said, but it doesn't work for me. It
gave an error, among a bunch of others, that it couldn't find
python26.lib. I have Python 2.7 installed on my computer, so it makes
sense. Maybe the person who compiled the libraries had Python 2.6
installed.
Anyway, just out of
What I am trying to do is the latter (using Boost.Python). Because I'm
completely new to this, I am trying to follow the tutorial. Please
take a look at this link:
http://www.boost.org/doc/libs/1_49_0/libs/python/doc/tutorial/doc/html/python/hello.html
If it's possible to write and build C++ parts
u'd building
> your Visual Studio project (32-bit, 64-bit, that stuff).
>
> On Fri, Apr 6, 2012 at 12:12 AM, Payam Shiva wrote:
>
>> I downloaded the prebuilt binaries from here: http://boost.teeks99.com/
>> but I don't know how to use them. Right now, Boost source is
&
I downloaded the prebuilt binaries from here: http://boost.teeks99.com/
but I don't know how to use them. Right now, Boost source is
decompressed in C:\Boost\boost_1_49_0 and the prebuilt binaries are in
C:\Boost\lib32. I couldn't find anything in the jamfile about
binaries. Can you help me configu
>It looks to me like you're not as concerned with building the DLL as you with
>just
> using them. If that is the case, then maybe consider the pre-built
> libraries you could get here:
>
> http://www.boostpro.com/download/
The problem is that my home computer, which I use for development,
isn't
Hi,
I have trouble compiling the simplest examples with Boost.Python. I
hope you could help me find out what I'm doing wrong.
I am using Microsoft Visual C++ 2010 on 64-bit Windows 7. I use 64-bit
version of Python 2.7.2 from Enthought Python Distribution 7.2-2. I
installed Boost as described in "