OK, sort of answered part of it by running in a CMD window, I get:
C:\github repos\leo>c:\Python27\python.exe launchLeo.py
Traceback (most recent call last):
  File "launchLeo.py", line 8, in <module>
    leo.core.runLeo.run()
  File "C:\github repos\leo\leo\core\runLeo.py", line 63, in run
    g.app.loadManager.load(fileName, pymacs)
  File "C:\github repos\leo\leo\core\leoApp.py", line 2671, in load
    lm.doPrePluginsInit(fileName, pymacs)
  File "C:\github repos\leo\leo\core\leoApp.py", line 2724, in 
doPrePluginsInit
    lm.initApp(verbose)
  File "C:\github repos\leo\leo\core\leoApp.py", line 2822, in initApp
    g.app.setLeoID(verbose=verbose)
  File "C:\github repos\leo\leo\core\leoApp.py", line 1937, in setLeoID
    g.app.createDefaultGui(fileName='g.app.setLeoId', verbose=True)
  File "C:\github repos\leo\leo\core\leoApp.py", line 1722, in 
createDefaultGui
    app.createQtGui(fileName, verbose=verbose)
  File "C:\github repos\leo\leo\core\leoApp.py", line 1742, in createQtGui
    import leo.plugins.qt_gui as qt_gui
  File "C:\github repos\leo\leo\plugins\qt_gui.py", line 12, in <module>
    import leo.plugins.qt_big_text as qt_big_text
  File "C:\github repos\leo\leo\plugins\qt_big_text.py", line 6, in <module>
    import leo.plugins.qt_text as qt_text
  File "C:\github repos\leo\leo\plugins\qt_text.py", line 803, in <module>
    class LineTextWidget(QtWidgets.QFrame):
AttributeError: 'NoneType' object has no attribute 'QFrame'

Is that any help?

On Wednesday, June 10, 2015 at 8:16:02 PM UTC-4, Largo84 wrote:
>
> Trying to install on a new PC (Win8.1). I already have Leo running 
> successfully on another Win8.1 machine, so not sure why this installation 
> isn't working.
>
> 1) I'm using the latest repo clone from Git.
> 2) I've installed both Python 3.4 and 2.7 and the corresponding PyQt 
> versions.
> 3) For both 3.4 and 2.7 pythonw.exe doesn't appear to do anything at all. 
> Python.exe opens a log pane and closes too quickly before I can read the 
> messages. Any idea how to capture those messages so I can see what's 
> happening?
>
> Any other ideas on what I might be missing?
>
> Rob...........
>
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to