discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] SWIG std::vector<pmt::pmt_t> issue


From: Dave NotTelling
Subject: [Discuss-gnuradio] SWIG std::vector<pmt::pmt_t> issue
Date: Thu, 28 Jul 2016 11:04:03 -0400

I have a utility lib in C++ created with 'gr_modtool add noblock' that has a function that returns a vector of pmt::pmt_t values.  I need to then be able to access the elements of that vector via Python.  Right now I get the following error when using a for loop to iterate over the vector:


TypeError: 'SwigPyObject' object is not iterable
swig/python detected a memory leak of type 'std::vector< boost::intrusive_ptr< pmt::pmt_base >,std::allocator< boost::intrusive_ptr< pmt::pmt_base > > > *', no destructor found.


How does one iterate over the elements of a std::vector<pmt::pmt_t> in Python?

Thanks!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]