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

John Reid j.reid at mail.cryst.bbk.ac.uk
Wed Oct 27 13:04:30 CEST 2010


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 didn't seem to work for me.

"""
If you don't want to continue reading, just try the regular

   ./configure.py --help
   ./configure.py --some-options
   make
   sudo make install
"""

This didn't generate a makefile but the distutils method did work. Are 
these instructions out-of-date or did I miss something?

Thanks,
John.




More information about the Cplusplus-sig mailing list