SnoringFrog / GitlabIntegrate

Integrates various Gitlab features (mostly issue management) into Sublime 2/3.
10 stars 6 forks source link

No module named 'gitlab' #3

Closed jpscharf closed 10 years ago

jpscharf commented 10 years ago

I am unable to get GitlabIntegrate to work, here is the output from the console:

reloading plugin GitlabIntegrate.gitlab_integrate
Traceback (most recent call last):
  File "/Applications/My Applications/Development/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, 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/My Applications/Development/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
    exec(compile(source, source_path, 'exec'), mod.__dict__)
  File "gitlab_integrate in /Users/jpscharf/Library/Application Support/Sublime Text 3/Installed Packages/GitlabIntegrate.sublime-package", line 10, in <module>
ImportError: No module named 'gitlab'
SnoringFrog commented 10 years ago

Duplicate of #1

I'm working on fixing this issue today. In the meantime, if you change the .sublime-project file's extension to .zip and unzip it to the Packages directory, the plugin should work just fine.