Search found 3 matches

by kosmio5
Sat Sep 25, 2010 3:34 pm
Forum: Bugs & Problems
Topic: Some problems after installation
Replies: 6
Views: 17670

Re: Some problems after installation

Here's the bug fix for library.py ORIGINAL CODE (starting at line 204) for chap in group[3]: #print chap subChild = self.Tree.AppendItem(child, chap) self.Tree.SetPyData(subChild, chapIdx) chapIdx += 1 idx += 1 FIXED CODE (starting at line 204) for chap in group[3]: #print chap try: chap = unicode(c...
by kosmio5
Sat Sep 25, 2010 3:10 pm
Forum: Bugs & Problems
Topic: Some problems after installation
Replies: 6
Views: 17670

Re: Some problems after installation

I enabled the "print chap" debugging code on line 205 of library.py, and the error I'm having seems to be related to the string " Pre�xistence" (which indeed contains special characters). The culprits were the books: modules/Text/hodge*.bk When I removed these files, the Quick Se...
by kosmio5
Sat Sep 25, 2010 2:55 pm
Forum: Bugs & Problems
Topic: Some problems after installation
Replies: 6
Views: 17670

Re: Some problems after installation

I, too, have had problems with the Quick Search and Master Control panel not appearing (using free download version on Ubuntu 10.04). I'm a developer with a little dabbling in Python, so I put on my whirlybird hat, and begin digging into scripts with VI. It is my *OPINION* (still not proven) that th...