--- In op25-dev@yahoogroups.com, <md123@...> 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