View Single Post
Posts: 539 | Thanked: 165 times | Joined on Feb 2010 @ Berlin, Germany
#66
I'm native german speaker, probably I could help you understand the code if you tell me what part of the code it is. So far I didn't have a look at the source code but I could give it a try.

Full output of calling multilist from command line follows (or do you need some other kind of log?)

Edit: here's the output from cmdline

Code:
~ $ multilist.py 
Traceback (most recent call last):
  File "/usr/bin/multilist.py", line 38, in <module>
    multilist_gtk.run_multilist()
  File "/usr/lib/multilist/multilist_gtk.py", line 616, in run_multilist
    app = Multilist()
  File "/usr/lib/multilist/multilist_gtk.py", line 95, in __init__
    self.liststorehandler = libliststorehandler.Liststorehandler(self.db, self.selection)
  File "/usr/lib/multilist/libliststorehandler.py", line 62, in __init__
    self.selection.load()
  File "/usr/lib/multilist/libselection.py", line 99, in load
    self.update_categories()
  File "/usr/lib/multilist/libselection.py", line 143, in update_categories
    s = self.db.ladeDirekt("comboCategoryText"+self.__listButton.get_label())
  File "/usr/lib/multilist/libspeichern.py", line 114, in ladeDirekt
    data = self.d[schluessel]
  File "/usr/lib/python2.5/shelve.py", line 113, in __getitem__
    value = Unpickler(f).load()
ValueError: insecure string pickle
~ $

Last edited by x-lette; 2010-12-15 at 10:44.