Re: [C++-sig] Mapping RAW memory data into Python

2010-10-27 Thread Nat Linden
On Mon, Oct 25, 2010 at 1:51 PM, Marek Denis wrote: now I'd like to know whether it's possible to get access to the raw memory > from Python layer. > Let's suppose I have the char* ptr pointer that points to the memory chunk > with IPv4 packet. I would like to be able to read (and preferably writ

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