Volk not installed as python module

Ubuntu 10.10
After building volk successfully, make install does not put anything
into python2.6/dist-packages/gnuradio
Kyle

On Thu, Dec 16, 2010 at 10:48 PM, Kyle Z. [email protected] wrote:

Ubuntu 10.10
After building volk successfully, make install does not put anything into
python2.6/dist-packages/gnuradio
Kyle

Are you just building in the directory ‘volk’? If so, there isn’t
anything to put in Python. It just generates the library; there’s no
install Python scripts or swig.

Tom

On 17/12/2010 3:20 PM, Tom R. wrote:

Tom

I build from the top level gnuradio.
I found under volk/python there is a qa_ code that import volk_swig
and obviously that does not work.

so there is no swig wrapper for volk yet. right?

I build from the top level gnuradio.
I found under volk/python there is a qa_ code that import volk_swig
and obviously that does not work.

so there is no swig wrapper for volk yet. right?

then it would be just like numpy!

think about that

On Thu, Dec 16, 2010 at 11:35 PM, Kyle Z. [email protected] wrote:

anything to put in Python. It just generates the library; there’s no
install Python scripts or swig.

Tom

I build from the top level gnuradio.
I found under volk/python there is a qa_ code that import volk_swig
and obviously that does not work.

so there is no swig wrapper for volk yet. right?

That’s just some skeleton code for possible future use. But no, no swig
wrapper.

Tom