Skip to content

Instantly share code, notes, and snippets.

@linux-modder
Created March 21, 2015 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linux-modder/504732dd4063235d52a1 to your computer and use it in GitHub Desktop.
Save linux-modder/504732dd4063235d52a1 to your computer and use it in GitHub Desktop.
Gist error
20:47:33 server@server.linuxnet ~ lsblk -afm |gists
Traceback (most recent call last):
File "/bin/gists", line 2, in <module>
from gists.gists import run
File "/usr/lib/python2.7/site-packages/gists/gists.py", line 33, in <module>
from actions import (list_gists, show, get, post, delete, update, authorize,
File "/usr/lib/python2.7/site-packages/gists/actions.py", line 25, in <module>
from utils import download, build_result, GistsConfigurer
File "/usr/lib/python2.7/site-packages/gists/utils.py", line 37, in <module>
from clint.textui import colored
ImportError: No module named clint.textui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment