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

No Module named _fileio #57

Closed cowboy-cod3r closed 10 years ago

cowboy-cod3r commented 10 years ago

Hi, I'm trying to use the sublime-github plugin but the features are not coming up in the command Palette. I'm running the following:

Was wondering if anyone has run into this before. The error that I'm getting when I run Sublime in debug mode is as follows:

Reloading plugin /home/sean.humbarger/.config/sublime-text-2/Packages/sublime-github/commandline.py
Reloading plugin /home/sean.humbarger/.config/sublime-text-2/Packages/sublime-github/github.py
Traceback (most recent call last):
  File "./sublime_plugin.py", line 62, in reload_plugin
  File "./github.py", line 6, in <module>
    import sublime_requests as requests
  File "/home/sean.humbarger/.config/sublime-text-2/Packages/sublime-github/sublime_requests.py", line 14, in <module>
    from io import BytesIO
  File ".\io.py", line 63, in <module>
ImportError: No module named _fileio
Reloading plugin /home/sean.humbarger/.config/sublime-text-2/Packages/sublime-github/sublime_github.py
Traceback (most recent call last):
  File "./sublime_plugin.py", line 62, in reload_plugin
  File "./sublime_github.py", line 10, in <module>
    from github import GitHubApi
  File "/home/sean.humbarger/.config/sublime-text-2/Packages/sublime-github/github.py", line 6, in <module>
    import sublime_requests as requests
  File "/home/sean.humbarger/.config/sublime-text-2/Packages/sublime-github/sublime_requests.py", line 14, in <module>
    from io import BytesIO
  File ".\io.py", line 63, in <module>
ImportError: No module named _fileio
Reloading plugin /home/sean.humbarger/.config/sublime-text-2/Packages/sublime-github/sublime_requests.py
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
bgreenlee commented 10 years ago

Duplicate of #55

cowboy-cod3r commented 10 years ago

Thx Brad. Sorry for the dup.