View Single Post
Old 04-02-2010, 01:06 PM   #2
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by Starson17 View Post
This makes me think that the source has been incrementally updated
Having checked this out in greater detail, it does appear that Kovid incrementally updates the source between binary releases.

Quote:
The related issue is that the save search code won't run:

Code:
search_query_parser.py", line 42, in force_unicode
AttributeError: 'QString' object has no attribute 'decode'
FYI, as a temporary fix, I just forced x to be unicode "x = unicode(x)" at the point above, and the save search code works.
Starson17 is offline   Reply With Quote