Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Comptability with Python 3.5 #50

Open
bitburnerz opened this issue Mar 1, 2016 · 3 comments
Open

Comptability with Python 3.5 #50

bitburnerz opened this issue Mar 1, 2016 · 3 comments

Comments

@bitburnerz
Copy link

Is it compatible with Python 3.5? I can't get the examples running, getting some errors.

@tylercal
Copy link

tylercal commented Mar 1, 2016

unfortunately dragonfly is not compatible with python 3 (see #32)

@bitburnerz
Copy link
Author

Thanks

@sathishkottravel
Copy link

sathishkottravel commented Oct 2, 2016

Thanks to the authors for making this project !

And I tried to port this project to Python3.5 , i used following steps:

  1. 2to3.exe has been used initially to convert Python2 source code to Python3
    Following changes are related to unicode issues.
  2. string.letter -> string.ascii_letters
  3. c_char(char) -> c_char(ord(char)) , similarly c_wchar
  4. str(self) modified in action_base.py and state.py

I have tested moderately with Microsoft Speech engine it works fine for notepad example.
Hope this will be helpful to someone!

( I have created pull request for above changes )
pullrequest 56

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants