nateshmbhat / pyttsx3

Offline Text To Speech synthesis for python
Mozilla Public License 2.0
2.12k stars 332 forks source link

Universal flag missing? #40

Closed jhermann closed 4 years ago

jhermann commented 5 years ago

You advertise working under py2/3, but I see no universal flag anywhere (and your released wheel is py3 only).

josephalway commented 5 years ago

https://github.com/nateshmbhat/pyttsx3/blob/master/pyttsx3/drivers/init.py

Being compatible with Python 2, doesn't mean he's supporting the release for Python 2. In reality, you should be moving to Python 3, for anything that's not a legacy application.