On Thursday, October 9, 2014 3:35:20 PM UTC-4, Terry wrote: > > On Thu, 9 Oct 2014 12:22:09 -0700 (PDT) > [email protected] <javascript:> wrote: > > > In desperation I installed Python3 and Qt/PyQT from Homebrew and it > > worked! > > Great. The latest changes seem to have broken PyQt 4.7, so I'm > wondering if you'd mind trying > > > https://github.com/leo-editor/leo-editor/archive/master@%7B2%20days%20ago%7D.zip > > > (i.e. Leo two days ago) to see if that works for you too. If not, we > can preserve the changes, but if it does work, they're probably not > needed. > > Terry,
I can confirm that Homebrew Python3 with PyQt 4.11.1 works fine on the master from 2 days ago. Another bit of detail. If I build a fresh Anaconda virtual environment using the conda package manager and install PyQt5, I can get Leo to work properly as long as I disable the quicksearch and stickynotes plugins. In case anybody is interested in exploring this, here's the relevant commands: conda create -n pyqt5 python # creates the new conda environment source activate pyqt5 conda install -c https://conda.binstar.org/dsdale24 pyqt5 # to deactivate the conda virtualenv do `source deactivate` Cheers, Paul -- 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.
