On Thu, 9 Oct 2014 12:54:17 -0700 (PDT) [email protected] wrote: > Terry, > > I can confirm that Homebrew Python3 with PyQt 4.11.1 works fine on > the master from 2 days ago.
Ok, so if we drop the changes from QPixmap to QImage which somewhat surprisingly breaks 4.7, that works for you now because you're using Python3 with PyQt 4.11.1? I'm not sure if all plugins work with Python 3.x, so I guess I'm inclined to see if I can make one more change that fixes 4.7, despite what I just said here and IRC about reverting. Cheers -Terry > 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.
