Run revelation (75a53bdb5d20
) and you get:
#!python
/usr/local/lib/python2.6/dist-packages/revelation/bundle/AfSplitter.py:41: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha, string, math, struct
/usr/local/lib/python2.6/dist-packages/revelation/bundle/luks.py:64: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import os, math, struct, stat, sha, md5
Traceback (most recent call last):
File "/usr/local/bin/revelation", line 32, in <module>
tran = gettext.translation(config.PACKAGE,config.DIR_LOCALE)
File "/usr/lib/python2.6/gettext.py", line 484, in translation
raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'revelation'