colinta / SublimeStringEncode

Converts characters from one "encoding" to another using a transformation (think HTML entities, not character encodings)
Other
150 stars 22 forks source link

Plugin stopped working after update #24

Closed sveggiani closed 9 years ago

sveggiani commented 9 years ago

Hi, StringEncode stopped working in my environment: ST 3083, OS X. Worked beautifully yersterday.

The console outputs the following:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 74, in reload_plugin
    m = importlib.import_module(modulename)
  File "./importlib/__init__.py", line 90, in import_module
  File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 678, in load_module
    exec(compile(source, source_path, 'exec'), mod.__dict__)
  File "string_encode in /Users/sebastian/Library/Application Support/Sublime Text 3/Installed Packages/StringEncode.sublime-package", line 10, in <module>
ImportError: No module named 'stringencode'

Is this related to the recent updates for ST3? May be they are targeted for dev builds?

sveggiani commented 9 years ago

I can confirm isn't working either in latest DEV build 3087, at least in my environment.

colinta commented 9 years ago

Ah, verified over here. One sec.

colinta commented 9 years ago

Fixed in 2.0.14 (b1e93db)?

sveggiani commented 9 years ago

yey! @colinta working again now. Thank you! Great work :)

Maschroom commented 9 years ago

In Sublime Text 2, it still don't work. My workaround is to stop autmated updates and using a older version.

xuyuheng commented 9 years ago

It didn't work! =.=|||

colinta commented 9 years ago

I downloaded Sublime Text 2 and got it to work again (v2.0.15)

xuyuheng commented 9 years ago

It work again! Thx

colinta commented 9 years ago

Cool! Thanks for testing, everyone. If you find another issue, please copy and paste the console output (ctrl+backtick)

Maschroom commented 9 years ago

Thanx for help. Great work. Thank you!!