On Wed, 25 Nov 2015 06:57:54 -0800 (PST) Largo84 <[email protected]> wrote:
> That would be a good idea, but Leo won't start enough to get that > information, it fails before any of that information is displayed in > the terminal log. Can you execute this in a console: python3 -c 'import sys; from PyQt5 import QtCore; print(sys.version, QtCore.PYQT_VERSION_STR)' (all on one line) e.g. I get 3.4.3 (default, Oct 14 2015, 20:28:29) [GCC 4.8.4] 5.2.1 just the 5.2.1 is the Qt part, the rest is from Python. Cheers -Terry > Rob..... > > On Monday, November 23, 2015 at 11:15:37 AM UTC-5, Largo84 wrote: > > > > Any idea why Leo won't run from a different user account on a Mac? > > The last three lines in the Terminal log pane are: > > > > import leo.plugins.qt_text as qt_text > > > > File "/Users/Shared/leo-editor/leo/plugins/qt_text.py", line 434, > > in <module> > > > > class LeoLineTextWidget(QtWidgets.QFrame): > > > > AttributeError: 'NoneType' object has no attribute 'QFrame' > > > > > > 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.
