You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Moved PySmell.tmbundle to ~/Library/Application Support/TextMate/Managed/Bundles
Attempted to run PySmell autocomplete in TextMate
Receive the following error:
Traceback (most recent call last):
File "", line 1, in
File "/Library/Python/2.7/site-packages/mktags-0.1-py2.7.egg/pysmell/textmate.py", line 4, in
from pysmell import tags as tags_module
File "/Library/Python/2.7/site-packages/mktags-0.1-py2.7.egg/pysmell/tags.py", line 17, in
from pysmell.outputHandlers.PickleOut import PickleOut
ImportError: No module named outputHandlers.PickleOut
Traceback (most recent call last):
File "", line 1, in
File "/Library/Python/2.7/site-packages/mktags-0.1-py2.7.egg/pysmell/textmate.py", line 4, in
from pysmell import tags as tags_module
File "/Library/Python/2.7/site-packages/mktags-0.1-py2.7.egg/pysmell/tags.py", line 17, in
from pysmell.outputHandlers.PickleOut import PickleOut
ImportError: No module named outputHandlers.PickleOut