On Wed, Feb 22, 2012 at 5:05 PM, lewis <[email protected]> wrote: > On Feb 20, 8:34 am, "Edward K. Ream" <[email protected]> wrote: >> mod_http.py: >> >> - Use new calling sequence for g.openWithFileName. > > Running build 5002 (also noticed from build 4991). > Start leo, Open scripts.leo then start browser at http://localhost:8130/ > Here is the traceback:
> Traceback (most recent call last): > File "C:\Python32\Lib\site-packages\leo-editor\leo\plugins > \mod_http.py", line 574, in send_head > f = self.leo_actions.get_favicon() > File "C:\Python32\Lib\site-packages\leo-editor\leo\plugins > \mod_http.py", line 1080, in get_favicon > f.write(open(path).read()) > File "C:\Python32\lib\encodings\cp1252.py", line 23, in decode > return codecs.charmap_decode(input,self.errors,decoding_table)[0] Thanks. I see this. It's probably not related to recent work. A fix, or workaround, will be part of the next commit, coming soon. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
