Drew Raines wrote: > > Todd A. Jacobs wrote: > > > > I just installed TMDA/0.62 (Python 2.1.1 on linux-i686), > > intending to use it over .forward, and am getting a lot of > > errors, such as: > > > > Traceback (most recent call last): > > File "/usr/bin/tmda-inject", line 119, in ? > > from TMDA import Defaults > > File "/usr/lib/python2.1/site-packages/TMDA/Defaults.py", line 198, in ? > > CRYPT_KEY = binascii.unhexlify(open(CRYPT_KEY_FILE).read().strip()) > > TypeError: Odd-length string > > > > Firstly, I created the keyfile with tmda-keygen, so why can't it read it? > > Is the key on the first line in ~/.tmda/crypt_key with no > surrounding whitespace?
Duh. Nevermind; the .read().strip() obviates both those conditions. However, this post from Tim might be the answer: http://mla.libertine.org/tmda-users/200207/msg00008.html -Drew _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
