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'
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.
I am unable to get GitlabIntegrate to work, here is the output from the console: