I can't install pyenchart 1.5.3 correctly in python 2.5 and 2.6, it'll
complain that can't locate the entry of g_hash_table_get_keys in
libglib-2.0-0.dll, so if you have the same problem?

And I also have some question about your code before I can't test your:

1. Why you didn't use line by line but full text, the reason that I
use line by line because:

 a. the file may be large, so line by line will be faster
 b. user may change the content of the current document, so line by
line will start from the current cursor position, not always from
beginning
 c. after user modified the document or replace the found word, the
text between self.chkr and dosument may not the same, so if you nocie
this problem

2. Why you use multitext to show the suspend word? Because when found
a suspend word, ulipad will highlight the word in the document

-- 
I like python!
UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
UliWeb <<simple web framework>>: http://uliwebproject.appspot.com
My Blog: http://hi.baidu.com/limodou

Reply via email to