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

Fix FileNotFoundError: [WinError 3] The system cannot find the #92

Closed
wants to merge 2 commits into from

Conversation

evandrocoan
Copy link

@evandrocoan evandrocoan commented Jan 6, 2019

Fix FileNotFoundError: [WinError 3] The system cannot find the
path specified: 'ConvertToUTF8\c2u_tmp'. On Sublime Text 3,
you cannot call sublime.API before the plugin_loaded() call.
Check: https://www.sublimetext.com/docs/3/api_reference.html

i.e., this error was caused by the last pull request #91 breaking the package for Sublime Text 3.

path specified: 'ConvertToUTF8\\c2u_tmp'. On Sublime Text 3,
you cannot call sublime.API before the plugin_loaded() call.
Check: https://www.sublimetext.com/docs/3/api_reference.html
@seanliang
Copy link
Owner

@evandrocoan Thank you for your pull request. Since ST2 doesn't support plugin_loaded(), I've released a new version correspond to your modification. Please have a check.

@seanliang seanliang closed this Jan 24, 2019
@evandrocoan evandrocoan deleted the fix_broken_package branch January 24, 2019 03:45
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

Successfully merging this pull request may close these issues.

2 participants