Edward,

I get this traceback when launching build 5681, leo fails to launch:

Traceback (most recent call last):
  File "C:\Python33\Lib\site-packages\leo-editor\launchLeo.py", line 8, in 
<modu
le>
    leo.core.runLeo.run()
  File "C:\Python33\Lib\site-packages\leo-editor\leo\core\runLeo.py", line 
81, i
n run
    g.app.loadManager.load(fileName,pymacs)
  File "C:\Python33\Lib\site-packages\leo-editor\leo\core\leoApp.py", line 
1893,
 in load
    lm.doPrePluginsInit(fileName,pymacs)
  File "C:\Python33\Lib\site-packages\leo-editor\leo\core\leoApp.py", line 
1953,
 in doPrePluginsInit
    lm.createGui(pymacs)
  File "C:\Python33\Lib\site-packages\leo-editor\leo\core\leoApp.py", line 
1983,
 in createGui
    lm.createSpecialGui(gui_option,pymacs,script,windowFlag)
  File "C:\Python33\Lib\site-packages\leo-editor\leo\core\leoApp.py", line 
2000,
 in createSpecialGui
    g.app.createDefaultGui()
  File "C:\Python33\Lib\site-packages\leo-editor\leo\core\leoApp.py", line 
764,
in createDefaultGui
    app.createQtGui(fileName,verbose=verbose)
  File "C:\Python33\Lib\site-packages\leo-editor\leo\core\leoApp.py", line 
792,
in createQtGui
    import leo.plugins.qtGui as qtGui
  File "C:\Python33\Lib\site-packages\leo-editor\leo\plugins\qtGui.py", 
line 259
7
    print c.font_size_delta
          ^
SyntaxError: invalid syntax

C:\Python33\Lib\site-packages\leo-editor>


I first had the traceback with 5674. Build 5671 worked fine.
Regards
Lewis

On Friday, April 12, 2013 6:53:11 PM UTC+10, Edward K. Ream wrote:
>
> Your changes in rev 5674 (zoom in/out) don't work for me.   It's not ok to 
> disable the border around the active pane.
>
> The problems appear to be confined to add_border and remove_border 
> disabling the lines::
>
>     return  # handled by stylesheet
>
> make Leo work as I want.  I'll agree to the changes only if you tell me 
> how to get the same effect from the stylesheet.
>
> Edward
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to