Hi Samuel, I appreciate the quick response. Like I mentioned. I did get
lios working by installing the dependency. Fortunately, my terminal
emulator was still open and had what you asked for in its scroll-back,
so here's the python traceback:


$ lios
/usr/lib/python3/dist-packages/lios/ui/gtk/print_dialog.py:26: PyGIWarning: 
PangoCairo was imported without specifying a version first. Use 
gi.require_version('PangoCairo', '1.0') before import to ensure that the right 
version gets loaded.
  from gi.repository import PangoCairo
/usr/lib/python3/dist-packages/lios/ui/gtk/terminal.py:24: PyGIWarning: Vte was 
imported without specifying a version first. Use gi.require_version('Vte', 
'2.91') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk, GObject, Vte

(lios:1979671): Gtk-WARNING **: 17:14:40.398: Cannot connect attribute 'text' 
for cell renderer class 'lios+ui+gtk+tree_view+CellRendererToggle' since 
attribute does not exist
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/speechd/client.py", line 591, in 
_connect_with_autospawn
    self._server_spawn(connection_args)
  File "/usr/lib/python3/dist-packages/speechd/client.py", line 687, in 
_server_spawn
    raise SpawnError("Can't find Speech Dispatcher spawn command %s"
speechd.client.SpawnError: Can't find Speech Dispatcher spawn command 
/usr/bin/speech-dispatcher

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/lios", line 8, in <module>
    linux_intelligent_ocr_solution()
  File "/usr/lib/python3/dist-packages/lios/main.py", line 184, in __init__
    self.preferences.set_default_speech_module_and_language()
  File "/usr/lib/python3/dist-packages/lios/preferences.py", line 103, in 
set_default_speech_module_and_language
    test = speech.Speech()
           ^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/lios/speech.py", line 24, in __init__
    super(Speech,self).__init__(client_name)
  File "/usr/lib/python3/dist-packages/speechd/client.py", line 578, in __init__
    self._connect_with_autospawn(connection_args, autospawn)
  File "/usr/lib/python3/dist-packages/speechd/client.py", line 594, in 
_connect_with_autospawn
    raise ce
  File "/usr/lib/python3/dist-packages/speechd/client.py", line 584, in 
_connect_with_autospawn
    self._conn = _SSIP_Connection(**connection_args)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/speechd/client.py", line 190, in __init__
    raise SSIPCommunicationError("Can't open socket using method "
speechd.client.SSIPCommunicationError: Can't open socket using method 
unix_socket
Original error: [Errno 2] No such file or directory
Additional error: Can't find Speech Dispatcher spawn command
/usr/bin/speech-dispatcher

--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0

Reply via email to