On 25-5-2012 10:24, Ulrich Eckhardt wrote:
> Hi!
> What I'm considering is installing Python 3 alongside, in order to
> prepare the code for this newer version. What I'd like to know first is
> whether there are any problems I'm likely to encounter and possible
> workarounds.
What I'm doing mysel
Ulrich Eckhardt wrote:
> Hi!
>
> I'm using Python 2.7 for mostly unit testing here. I'm using
> Boost.Python to wrap C++ code into a module, in another place I'm
> also embedding Python as interpreter into a test framework. This
> is the stuff that must work, it's important for production use.
>
Hi!
I'm using Python 2.7 for mostly unit testing here. I'm using
Boost.Python to wrap C++ code into a module, in another place I'm also
embedding Python as interpreter into a test framework. This is the stuff
that must work, it's important for production use. I'm running MS
Windows XP here and dev