discuss-gnuradio
[Top][All Lists]
Advanced

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

gr-gpredict-doppler / 'gpredict' has no attribute 'doppler'


From: Tom Breyer
Subject: gr-gpredict-doppler / 'gpredict' has no attribute 'doppler'
Date: Sat, 27 Feb 2021 14:15:41 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

Hi to all,

I work with grc 3.9.0.0 und linux Debian 11.

Since the last days I am trying to find out some very mystic (in my eyes):

I created a very simple flowgraph with

Error:

File "/home/tom/grc-data-3.9/gr-gpredict-doppler/examples/gpredict.py", line 81, in __init__
    self.gpredict_doppler_0 = gpredict.doppler('127.0.0.1', 4532, True)
AttributeError: type object 'gpredict' has no attribute 'doppler'

--------------------------------------------------------

But:

I want to get gr_predict-doppler running and it works, even it can communicate with the GPredict satellite program.

--------------------------------------------------------

This works:

Generating: '/home/tom/grc-data-3.9/gr-gpredict-doppler/examples/test_doppler.py'

Executing: /usr/bin/python3 -u /home/tom/grc-data-3.9/gr-gpredict-doppler/examples/test_doppler.py

[doppler] Waiting for connection on: 127.0.0.1:4532
[doppler] Connected from: 127.0.0.1:46078
[doppler] New frequency: 145826597
[doppler] New frequency: 145826598
[doppler] New frequency: 145826599

--------------------------------------------------------

When starting the same flowgraph in my regular working directory I get an error:

Generating: '/home/tom/grc-data-3.9/test_doppler.py'

Executing: /usr/bin/python3 -u /home/tom/grc-data-3.9/test_doppler.py

Traceback (most recent call last):
  File "/home/tom/grc-data-3.9/test_doppler.py", line 210, in <module>
    main()
  File "/home/tom/grc-data-3.9/test_doppler.py", line 188, in main
    tb = top_block_cls()
  File "/home/tom/grc-data-3.9/test_doppler.py", line 136, in __init__
    self.gpredict_doppler_0 = gpredict.doppler('127.0.0.1', 4532, True)
AttributeError: module 'gpredict' has no attribute 'doppler'

--------------------------------------------------------

When moving it again to ...examples it works again.

I find out that maybe the directory __pycache__ can have an impact on my trials...

What is wrong in my setup (or thinking)?

73, Tom





reply via email to

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