WB4EOT
Member
Any thoughts what is generating this error message "No module named waitress.server" when running this command line?
./rx.py --args 'rtl' --gains 'LNA:47' -S 2400000 -f 857.1625e6 -g 100 -q 0 -l http:127.0.0.1:8080
raceback (most recent call last):
File "./rx.py", line 860, in <module>
rx = rx_main()
File "./rx.py", line 781, in __init__
self.tb = p25_rx_block(self.options)
File "./rx.py", line 199, in __init__
self.terminal = op25_terminal(self.input_q, self.output_q, self.options.terminal_type)
File "/home/pi/op25/op25/gr-op25_repeater/apps/terminal.py", line 391, in op25_terminal
return http_terminal(input_q, output_q, terminal_type.replace('http:', ''))
File "/home/pi/op25/op25/gr-op25_repeater/apps/terminal.py", line 323, in __init__
from http import http_server
File "/home/pi/op25/op25/gr-op25_repeater/apps/http.py", line 31, in <module>
from waitress.server import create_server
ImportError: No module named waitress.server
If the following command line is run ./rx.py --args 'rtl' --gains 'LNA:47' -S 2400000 -f 857.1625e6 -g 100 -q 0 without the -l http:127.0.0.1:8080 option then rx.py runs and displays system shown in attached PNG file.
Note I am running the Raspbian image posted on John's GeekBlog link Index of /pages/os_images.
Joe
WB4EOT
./rx.py --args 'rtl' --gains 'LNA:47' -S 2400000 -f 857.1625e6 -g 100 -q 0 -l http:127.0.0.1:8080
raceback (most recent call last):
File "./rx.py", line 860, in <module>
rx = rx_main()
File "./rx.py", line 781, in __init__
self.tb = p25_rx_block(self.options)
File "./rx.py", line 199, in __init__
self.terminal = op25_terminal(self.input_q, self.output_q, self.options.terminal_type)
File "/home/pi/op25/op25/gr-op25_repeater/apps/terminal.py", line 391, in op25_terminal
return http_terminal(input_q, output_q, terminal_type.replace('http:', ''))
File "/home/pi/op25/op25/gr-op25_repeater/apps/terminal.py", line 323, in __init__
from http import http_server
File "/home/pi/op25/op25/gr-op25_repeater/apps/http.py", line 31, in <module>
from waitress.server import create_server
ImportError: No module named waitress.server
If the following command line is run ./rx.py --args 'rtl' --gains 'LNA:47' -S 2400000 -f 857.1625e6 -g 100 -q 0 without the -l http:127.0.0.1:8080 option then rx.py runs and displays system shown in attached PNG file.
Note I am running the Raspbian image posted on John's GeekBlog link Index of /pages/os_images.
Joe
WB4EOT
Attachments
Last edited: