add instructions for installing m2crypto
This commit is contained in:
parent
fed480bb17
commit
e7e226768a
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ def init_table(key, method=None):
|
|||
__import__('M2Crypto')
|
||||
except ImportError:
|
||||
logging.error('M2Crypto is required to use encryption other than '
|
||||
'default method')
|
||||
'default method, please run `apt-get install '
|
||||
'python-m2crypto`')
|
||||
sys.exit(1)
|
||||
if not method:
|
||||
if key in cached_tables:
|
||||
|
|
Loading…
Reference in a new issue