Sorry, I don't understand what 'running python interactively in a console window' means. I tried typing that in the Terminal window, but I don't think that's what you meant.
Rob..... On Friday, August 15, 2014 10:27:42 AM UTC-4, Terry wrote: > > On Fri, 15 Aug 2014 07:06:48 -0700 (PDT) > Largo84 <[email protected] <javascript:>> wrote: > > > I just migrated everything over to a new Macbook Pro from an older > > one that had Leo working OK (installed using the Homebrew formula). I > > get the following error: > > > > File "/Users/rkeeney/Applications/Leo/leo/core/leoVim.py", line 14, > > in <module> > > import PyQt4.QtCore as QtCore > > ImportError: > > dlopen(/usr/local/lib/python2.7/site-packages/PyQt4/QtCore.so, 2): > > Library not loaded: /usr/local/lib/QtCore.framework/Versions/4/QtCore > > Referenced > > from: /usr/local/lib/python2.7/site-packages/PyQt4/QtCore.so Reason: > > Incompatible library version: QtCore.so requires version 4.8.0 or > > later, but QtCore provides version 4.7.0 > > > > I tried to reinstall PyQT using Homebrew, but get this: > > > > brew install pyqt > > Warning: pyqt-4.10.3 already installed > > > > I checked the PATH commands and everything looks correct. Before I go > > to a lot of trouble (and time) to completely erase and reinstall > > everything, any ideas what I should try first? > > (A) Run python interactively in a console window and type > import PyQt4.QtCore as QtCore > > Presumably that will fail as above, indicating a general install > problem as opposed to a Leo specific problem. If it doesn't fail, try > (B) python launchLeo.py from the same console (if that's not what you're > doing already). If (A) works and (B) doesn't, then Leo must be > tripping up somewhere. Not sure what to suggest if (A) fails. > > Good luck. > > > 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.
