pyinstaller pyttsx3

0

I am a beginner in python I have a small application that uses pyttsx3 it works correctly but when I generate the executable with pyinstaller it throws the following

No module named 'pyttsx3.drivers'

by means of exceptions I managed not to close it, but because it does not add a voice module what takes away the functionality, I appreciate if someone can guide me

    
asked by Edilson Laverde Molina 05.09.2018 в 05:30
source

0 answers