I want to do speech recognition using Dragonfly with Windows Speech Recognition on windows 10 but the issue is it always displays the errors.I am stuck to in since days. This is all I have been trying to do:
- First I downloaded python 2.7.6.msi, then installed pywin32-218.win32-py2.7.exe, then wxPython2.8-win32-ansi-2.8.12.1-py27.exe.
- Then I added its path to system variables
Then I downloaded dragonfly 0.6.5 from 2 links so that either works because first one didnt work but unfortunately it didn't too.As I try running its setup.py file through command line, it says:
error: could not create 'dragonfly.egg-info': Access is denied
As I try running its dfly loader file on IDLE 3.5 (since I have that installed, hope that's not an issue), it says:
invalid syntax on this first line; **except Exception, e**: self._log.error("%s: Error loading module: %s" % (self, e)) self._loaded = False return
while in other programs, it says no module named 'win32gui'. I also tried working on different Python versions but no progress.