t4ngo / dragonfly

ARCHIVED! - Speech recognition framework allowing powerful Python-based scripting and extension of Dragon NaturallySpeaking (DNS) and Windows Speech Recognition (WSR)
GNU Lesser General Public License v3.0
364 stars 82 forks source link

Won't install with the latest version of python #32

Closed jleaders closed 9 years ago

jleaders commented 9 years ago
pip install dragonfly

On Python 3.4 fails.

synkarius commented 9 years ago

I don't think Python 3.x is supported. The PyPI site says that Dragonfly is for Python 2.5. I'm running it on Python 2.7.9.

t4ngo commented 9 years ago

Dragonfly currently only supports Python 2.x.

For Dragon NaturallySpeaking users this limitation is also imposed by Natlink, which is only available for Python 2.x.