On Feb 9, 12:51 pm, Caomai <[email protected]> wrote: > I just updated Fedora 11, Windows XP and Windows 7 workstations to > build 2920. > > When I <Right-Click, Edit In gvim> on a Headline on the Linux host > gvim is launched and no exception message is logged. > > However, when I do the same on both the Windows hosts gvim does NOT > launch and an exception is logged regarding creating the temp file. > > I do not have any plugins beyond the "official" ones in leoSettings.py > enabled. > > #~# > Leo Log Window > Leo 4.7 beta 3, build 2835, February 2, 2010 > Python 3.1.1, qt version 4.6.1 > Windows 6, 1, 7600, 2, <snip> > reading: C:\Users\skrivsm\.leo\workbook.leo > creating: newHeadline_LeoTemp_57628720.py > exception creating temp file > Traceback (most recent call last): > File "C:\leo-editor\trunk\leo\core\leoCommands.py", line 1157, in > createOpenWithTempFile > f.write(s) > TypeError: must be str, not bytes > #~#
Two significant differences between the Linux and Windows environments, however, is that on Linux I am using Python 2.6.0 and and Qt version 4.5.3. Both Windows hosts are using Python 3.1.1 and Qt version 4.6.1. My apologies for omitting those details previously! -Shawn -- 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.
