Closed GoogleCodeExporter closed 8 years ago
Forgot to attach the config.xml file. Check attachment.
Original comment by andrei.p...@gmail.com
on 22 Jul 2008 at 6:51
Attachments:
Original comment by abpil...@gmail.com
on 6 Oct 2008 at 11:25
Which website is causing the problem. Could you provide a sample url that is
causing
it to be marked as broken?
Thanks,
Lucas
Original comment by szybal...@gmail.com
on 7 Oct 2008 at 2:36
This is fixed in revision 146. I have added the following lines in config.py in
<set_system_params> function.
reload(sys)
sys.setdefaultencoding('utf8')
The config file for this issue has been added as
havestman/bugs/config-issue21.xml .
Apparently the site module removes the "setdefaultencoding" attribute from "sys"
after Python starts, so it becomes necessary to reload it to call the function.
Thanks for reporting the bug, andrei!
Original comment by abpil...@gmail.com
on 11 Oct 2008 at 9:08
Original issue reported on code.google.com by
andrei.p...@gmail.com
on 22 Jul 2008 at 6:49