Menu

#2 list.remove(x): x not in list

open
nobody
None
5
2003-06-13
2003-06-13
No

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.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB