No module named waitress.server

Status
Not open for further replies.

WB4EOT

Member
Joined
Dec 19, 2002
Messages
20
Location
Roanoke, VA
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
 

Attachments

  • Capture.PNG
    Capture.PNG
    86.6 KB · Views: 6
Last edited:

WB4EOT

Member
Joined
Dec 19, 2002
Messages
20
Location
Roanoke, VA
Graham,
Error solved with command in post #2.
I've sensed several of my issues have been Linux OS related.

Thanks,

Joe
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,493
Location
Talbot Co, MD
Graham,
Error solved with command in post #2.
I've sensed several of my issues have been Linux OS related.

Thanks,

Joe

python-waitress is a support module required by the http console. Normally it would be installed by the install.sh script found in the ~/op25 directory.
 
Status
Not open for further replies.
Top