On Tue, Dec 1, 2015 at 4:55 PM, Matt Feifarek <[email protected]> wrote:
> Hi there. > > I'm trying to run Leo 4.11-final on a Mac (10.11.1) on Python 2.7. > > I followed the instructions here: > > http://leoeditor.com/installing.html#installing-leo-on-macos-10-7-lion-and-later > > I am using the system python (2.7) because that's what brew seems to want. > I was able to install qt/pyqt ok: > > $ python > > [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.1)] on darwin > > Type "help", "copyright", "credits" or "license" for more information. > > >>> import PyQt4 > > >>> > > > But I can't run leo: > ​File "/Users/mjf/Downloads/Leo-4.11-final/leo/plugins/qtGui.py", line 6435, in getCompositeIconImage pix.fill(QtGui.QColor(None)) # transparent fill, default it random noise Hmm. leo/plugins/qtGui is supposed to be a do-nothing. It should contain just: '''qt gui plugin.''' print('===== qtGui.py: this module is no longer used.') It looks to me like there are some old files around in your installation. Could that be so? 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. For more options, visit https://groups.google.com/d/optout.
