plyer icon indicating copy to clipboard operation
plyer copied to clipboard

tts not working in kubuntu 18.04

Open Sahil-pixel opened this issue 5 years ago • 0 comments
trafficstars

Python 3.6.9 (default, Jul 17 2020, 12:50:27) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information.

from plyer import tts tts.speak('hello') Traceback (most recent call last): File "", line 1, in File "/home/sahil/.local/lib/python3.6/site-packages/plyer/facades/tts.py", line 34, in speak self._speak(message=message) File "/home/sahil/.local/lib/python3.6/site-packages/plyer/facades/tts.py", line 39, in _speak raise NotImplementedError() NotImplementedError

Sahil-pixel avatar Oct 27 '20 12:10 Sahil-pixel