Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with ST3 on OS X Mavericks #37

Open
NikolausDemmel opened this issue Mar 11, 2014 · 4 comments
Open

Not working with ST3 on OS X Mavericks #37

NikolausDemmel opened this issue Mar 11, 2014 · 4 comments
Labels

Comments

@NikolausDemmel
Copy link

I just installed this on Mavericks through the package control with a pretty fresh installation of ST3. Nothing happens when I hit (super+shift+h) in a python file.

@jlegewie
Copy link
Owner

Hey, it works for me on Mavericks. Can you post the error message from the console? And maybe check whether the package is unpacked in the ST package folder (Sublime Text -> Preferences -> Browse Packages)?

@NikolausDemmel
Copy link
Author

Error message:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 549, in run_
    return self.run(edit)
  File "/Users/demmeln/Library/Application Support/Sublime Text 3/Packages/SublimePeek/SublimePeek.py", line 68, in run
    keyword = self.create_help_file(keyword)
  File "/Users/demmeln/Library/Application Support/Sublime Text 3/Packages/SublimePeek/SublimePeek.py", line 248, in create_help_file
    args = calls[self.lang] + [keyword]
TypeError: unsupported operand type(s) for +: 'NoneType' and 'list'

@jlegewie
Copy link
Owner

Should be fixed now. Can you try? The settings files was not loading correctly during startup...

@NikolausDemmel
Copy link
Author

Hm, now I get this:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 549, in run_
    return self.run(edit)
  File "/Users/demmeln/Library/Application Support/Sublime Text 3/Packages/SublimePeek/SublimePeek.py", line 69, in run
    keyword = self.create_help_file(keyword)
  File "/Users/demmeln/Library/Application Support/Sublime Text 3/Packages/SublimePeek/SublimePeek.py", line 240, in create_help_file
    html = doc.html
  File "/Users/demmeln/Library/Application Support/Sublime Text 3/Packages/SublimePeek/SublimePeek.py", line 708, in <lambda>
    (lambda x, fmt=fmt: cls._output(x, fmt)),
  File "/Users/demmeln/Library/Application Support/Sublime Text 3/Packages/SublimePeek/SublimePeek.py", line 724, in _output
    return p.communicate(self._content)[0]
  File "X/subprocess.py", line 906, in communicate
  File "X/subprocess.py", line 1513, in _communicate
  File "X/subprocess.py", line 1608, in _communicate_with_poll
TypeError: 'str' does not support the buffer interface

@jlegewie jlegewie added the bug label Jun 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants