i'm having trouble with my non-standard way of building python. what I
want to do is bundle Python-2.6.5.tar.bz2 with my software, so that
the version i want can be built along with my code, which might happen
on osx or linux etc. part of my software includes C++ extensions w/
boost, so my build sy
How can one refer to keywords (the k) given a variable?
I'm working on a script that allows users to tell pages, for example,
to set the current selection's properties to stroke type: solid,
stroke width: 1.0. But I want to abstract all of this away. Coercion
is simple enough, but what to do abou
On 5 May, 2010, at 9:43, Amos Anderson wrote:
> i'm having trouble with my non-standard way of building python. what I
> want to do is bundle Python-2.6.5.tar.bz2 with my software, so that
> the version i want can be built along with my code, which might happen
> on osx or linux etc. part of my s
hello -- i'm trying to embed python in my software so that i don't
have to worry about which version clients have installed. this is
causing lots of random errors on OSX 10.6.3, but appears to work just
fine on linux... here's as far as I've gotten...
1) I added this to my Jamroot:
using python