[op25-dev] Re: AttributeError: 'module' object has no attribute 'fsk4_slicer_fb'

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/op25-dev@lists.osmocom.org/.

ikj1234i ikj1234i at yahoo.com
Mon Mar 4 23:44:40 UTC 2013




--- In op25-dev at yahoogroups.com, <md123 at ...> wrote:

> AttributeError: 'module' object has no attribute 'fsk4_slicer_fb'
> 
> can anybody help me with this error please?

Hi there

Could you please run a quick test for us and report back the results - ideally please paste the entire response starting from entering the python command

So the test is
- from the command prompt issue the "python" command with no args
- you should receive some messages and then a ">>>" prompt
- enter this command :
   from gnuradio import op25
- then enter this one :
   dir(op25)

Here's an example of what I'm looking for

Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from gnuradio import op25
>>> dir(op25)
['__builtins__', '__doc__', '__file__', '__name__', '__package__', '_newclass', '_object', '_op25', '_swig_getattr', '_swig_property', '_swig_repr', '_swig_setattr', '_swig_setattr_nondynamic', '_swig_setattr_nondynamic_method', 'decoder_bf', 'fsk4_slicer_fb', 'op25_decoder_bf_sptr', 'op25_decoder_bf_sptr_swigregister', 'op25_fsk4_slicer_fb_sptr', 'op25_fsk4_slicer_fb_sptr_swigregister', 'op25_pcap_source_b_sptr', 'op25_pcap_source_b_sptr_swigregister', 'pcap_source_b']

Max

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/op25-dev/attachments/20130304/ef7788e5/attachment.htm>


More information about the op25-dev mailing list