GNOME Bugzilla – Bug 118872
python gtkhtml2 can't show small gif image bug
Last modified: 2005-12-22 15:16:49 UTC
python+gtkhtml2 can't show small size gif file. But small size jpeg file, normal size(190bytes)gif file show ok. and C+gtkhtml2 show everythings ok. example) http://msrv.yahoo.co.kr/engdic/images/54.gif (65 bytes)
Created attachment 18819 [details] test code
Your test seems to work if I call "stream.close()" at the end of the request_url() function. Did you close the stream in the C version?
Haven't heard anything from reporter in a week. I assume the change I mentioned fixes the problem, so marking as NOTABUG.
first, I'm sorry this problem is my code bug. i put 'stream.close()' in to my code and everything is ok. thank you :)
*** Bug 324796 has been marked as a duplicate of this bug. ***