Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No results for any word; #7

Open
dancedar opened this issue Aug 3, 2015 · 7 comments
Open

No results for any word; #7

dancedar opened this issue Aug 3, 2015 · 7 comments

Comments

@dancedar
Copy link

dancedar commented Aug 3, 2015

And I get this error:
Enchant error: [WinError 2] The system cannot find the file specified, defaulting to dummy method...

Windows 10, Sublime Text 3 latest, installed exactly as described using Package Control.

Could this be a read-write issue or because I'm running it in a kinda portable mode on my desktop?
[Edit. I don't have python installed at all, is it 100 required or just for words no in Thesaurus?]

@sugeerth
Copy link

sugeerth commented Mar 4, 2016

Exactly the same error, please Fiz it

@fredgolightly
Copy link

Same. Any chance this could be fixed for ST3 please? I'm desperately searching for a thesaurus feature!

@graham768
Copy link

Did you add the API key from the installation instructions?
Go to the site specified in the README and add the key to your package setting

@fredgolightly
Copy link

Yep, exactly as specified. Same issue:
ST's dialogue thing shows: No results were found for 'word'!
Console shows: Enchant error: [WinError 2] The system cannot find the file specified, defaulting to dummy method...

On starting ST3 console also shows:
reloading plugin Thesaurus.alternatives
alternatives = ['error', 'No module named 'enchant'']
reloading plugin Thesaurus.thesaurus

Any idea what could be going wrong?

@ghost
Copy link

ghost commented Mar 2, 2018

Same problem.

@graham768
Copy link

I haven't looked at the source code at all, but my first guess would be installing pyenchant globally or wherever sublime plugins run since it can't find the pyenchant module 'enchant'

Try pip install -U pyenchant if you have pip for python installed already.

@ghost
Copy link

ghost commented Mar 3, 2018

Actually the instructions on the main page are wrong. It is "api_key", not "thesaurus_api_key".
The correct way to configure the "user settings" file is:

{
	"api_key": "api number here"
}

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

No branches or pull requests

4 participants