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

Can't use auto-compelte #15

Open
rohdef opened this issue Oct 24, 2011 · 0 comments
Open

Can't use auto-compelte #15

rohdef opened this issue Oct 24, 2011 · 0 comments

Comments

@rohdef
Copy link
Owner

rohdef commented Oct 24, 2011

What steps will reproduce the problem?

  1. Try to autocomplete in textmate on OSX

What is the expected output? What do you see instead?
I expect to see the PySmell autocomplete dialog

What version of the product are you using? On what operating system?
OSX latest version of pysmell from github copied on 4/29 11:30am

Please provide any additional information below.
Error output is:
Traceback (most recent call last):
File "", line 1, in
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pysmell/textmate.py",
line 5, in
from pysmell import tm_dialog
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pysmell/tm_dialog.py",
line 12, in
dialog = os.environ["DIALOG"]
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/UserDict.py",
line 22, in getitem
raise KeyError(key)
KeyError: 'DIALOG'

That text actually fills into my document.

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

1 participant