08-03-2020, 07:52:42
@mothsart
Avec ta mise à jour, ça ne fonctionne plus avec ce retour d'erreur:
DEBUG MODE
Traceback (most recent call last):
File "./gspeech-cli", line 18, in <module>
conf = Conf()
File "/home/debian/Développement/Synthèse vocale/gSpeech-old/speech/conf.py", line 59, in __init__
self.path, 'CONFIGURATION', 'USEAPPINDICATOR', 'True' )
File "/home/debian/Développement/Synthèse vocale/gSpeech-old/speech/conf.py", line 17, in ini_read
parser = ConfigParser.SafeConfigParser()
NameError: global name 'ConfigParser' is not defined
Avec ta mise à jour, ça ne fonctionne plus avec ce retour d'erreur:
DEBUG MODE
Traceback (most recent call last):
File "./gspeech-cli", line 18, in <module>
conf = Conf()
File "/home/debian/Développement/Synthèse vocale/gSpeech-old/speech/conf.py", line 59, in __init__
self.path, 'CONFIGURATION', 'USEAPPINDICATOR', 'True' )
File "/home/debian/Développement/Synthèse vocale/gSpeech-old/speech/conf.py", line 17, in ini_read
parser = ConfigParser.SafeConfigParser()
NameError: global name 'ConfigParser' is not defined

