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

Fix reading executable names of 64-bit apps from 32-bit python #41

Closed daanzu closed 5 years ago

synkarius commented 9 years ago

I would very much like to see this go through. I can confirm that it works.

synkarius commented 8 years ago

However, it seems to break FocusWindow._execute(), and I can't figure out why.

daanzu commented 8 years ago

How does it break break FocusWindow? It seems to work for me.

synkarius commented 8 years ago

Sorry, I had written my BringApp command wrong, nothing wrong with this patch.

RadixSeven commented 8 years ago

The delay in merging this pull-request is causing forking. See https://github.com/synkarius/caster/wiki/64-bit-window-executables

chilimangoes commented 7 years ago

Looks like this issue has been fixed in the master branch via this commit, so this pull request can probably be closed.