I,
I'm trying this code for Voice Text To Speech and Wav File Make and Save,
but I'm recontering this problem when I import the Editor to Python OnLine.>>> import Editor2 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "Editor2.py", line 5, in <module> import Sapi5 File "Sapi5.py", line 3, in <module> from comtypes.client import CreateObject ImportError: No module named comtypes.client >>> Do you have an Idea why I rencontering this error message? Thank you in advance. Email adresse: [email protected] Réginald Arseneau _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
