bgreenlee / sublime-github

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

ImportError: No module named select #5

Closed shawnoster closed 12 years ago

shawnoster commented 12 years ago

Looks like a great package but it's failing to install for me with the following errors (on a Win7 64-bit machine):

Reloading plugin C:\Users\shoster\AppData\Roaming\Sublime Text 2\Packages\sublime-github\gist.py Traceback (most recent call last): File ".\sublime_plugin.py", line 62, in reload_plugin File ".\gist.py", line 10, in import requests File "C:\Users\shoster\AppData\Roaming\Sublime Text 2\Packages\sublime-github\lib\requestsinit.py", line 26, in from . import utils File "C:\Users\shoster\AppData\Roaming\Sublime Text 2\Packages\sublime-github\lib\requests\utils.py", line 19, in from .compat import parse_http_list as _parse_list_header File "C:\Users\shoster\AppData\Roaming\Sublime Text 2\Packages\sublime-github\lib\requests\compat.py", line 86, in from .packages.oreos.monkeys import SimpleCookie File "C:\Users\shoster\AppData\Roaming\Sublime Text 2\Packages\sublime-github\lib\requests\packagesinit.py", line 3, in from . import urllib3 File "C:\Users\shoster\AppData\Roaming\Sublime Text 2\Packages\sublime-github\lib\requests\packages\urllib3init.py", line 16, in from .connectionpool import ( File "C:\Users\shoster\AppData\Roaming\Sublime Text 2\Packages\sublime-github\lib\requests\packages\urllib3\connectionpool.py", line 15, in from select import select ImportError: No module named select found 6 files for base name Main.sublime-menu reloading /C/Users/shoster/AppData/Roaming/Sublime Text 2/Packages/User/Package Control.sublime-settings

bgreenlee commented 12 years ago

Thanks for the report. Looks like a Windows-only issue with the http library I'm using. I'll see what I can do.

bgreenlee commented 12 years ago

Ok, I've pushed version 2.0.3, which works on Windows.

shawnoster commented 12 years ago

This is awesome, thanks! I've been using Gist a lot more lately and this package really makes working with Gists a snap.

On Sun, Feb 19, 2012 at 7:25 AM, Brad Greenlee < reply@reply.github.com

wrote:

Ok, I've pushed version 2.0.3, which works on Windows.


Reply to this email directly or view it on GitHub: https://github.com/bgreenlee/sublime-github/issues/5#issuecomment-4042620