I've downloaed 0.1 and tried to build it again. I'm
having a little better success than the first time, but
I'm stuck at the following error:
$ karani
Traceback (most recent call last):
File "/usr/bin/karani", line 96, in ?
from Karani.Mail import new_folder, out_folder,
sent_folder, trash_folder, other_folders
File
"/usr/lib/python2.2/site-packages/Karani/Mail.py", line
403, in ?
other_folders.remove(name)
ValueError: list.remove(x): x not in list
Initially after the build I got the following:
$ karani
Traceback (most recent call last):
File "/usr/bin/karani", line 96, in ?
from Karani.Mail import new_folder, out_folder,
sent_folder, trash_folder, other_folders
File
"/usr/lib/python2.2/site-packages/Karani/Mail.py", line
401, in ?
other_folders = os.listdir(Configuration.mail_path)
OSError: [Errno 2] No such file or directory:
'/home/jcollins/.karanidata/mail'
Which was corrected by manually creating
/home/jcollins/.karanidata/mail.