bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 98 forks source link

ImportError in ST2 on Linux #55

Open Mr-Black opened 10 years ago

Mr-Black commented 10 years ago

I get the following error when running this plugin on Arch Linux:

Traceback (most recent call last):
  File "./sublime_plugin.py", line 62, in reload_plugin
  File "./sublime_requests.py", line 14, in <module>
    from io import BytesIO
  File ".\io.py", line 63, in <module>
ImportError: No module named _fileio

It looks like commit 0d080c0e937b9eb53dc538585dc3f2bc96f3280f introduced the problem. This is similar to issue #43.

I'm using Sublime Text 2 version 2.02, Build 2221.

bgreenlee commented 10 years ago

Thanks, I'll see if there's a workaround that will get it working for both ST2 & ST3. (attn: @SjB)