Re: [C++-sig] boost.python and distutils

2010-10-27 Thread John Reid
On 26/10/10 15:12, Andreas Kloeckner wrote: Hi John, I've done distutils+Boost.Python for years now, without any issue. See here for code examples: - http://git.tiker.net/pyopencl.git - http://git.tiker.net/pyublas.git - http://git.tiker.net/pycuda.git Also the instructions in README_SETUP.txt

Re: [C++-sig] boost.python and distutils

2010-10-27 Thread John Reid
Hi Andreas, On 26/10/10 15:12, Andreas Kloeckner wrote: Hi John, I've done distutils+Boost.Python for years now, without any issue. See here for code examples: - http://git.tiker.net/pyopencl.git - http://git.tiker.net/pyublas.git - http://git.tiker.net/pycuda.git After following the gettin

Re: [C++-sig] boost.python and distutils

2010-10-26 Thread Andreas Kloeckner
Hi John, On Tue, 26 Oct 2010 12:22:53 +0100, John Reid wrote: > I need to distribute a python package that includes a boost.python > extension. I've been working on Linux but I'd like the distribution to > install easily on any platform with boost and python. > > I'm guessing distutils is the

[C++-sig] boost.python and distutils

2010-10-26 Thread John Reid
Hi, I need to distribute a python package that includes a boost.python extension. I've been working on Linux but I'd like the distribution to install easily on any platform with boost and python. I'm guessing distutils is the way to go. I'm not sure if the easiest way is to try to get distut