Re: QPainter error on OSX

2014-10-09 Thread pmmagic
Just to confirm. Python3 with PyQT 4.11.1 works with all recent builds, utilizing either QPixmap and Qimage. This is what I'll probably use for my day-to-day needs. Anaconda Python 2.7 with PyQT 5.3.1 also works with recent builds as long as several plugins that assume PyQt4 are disabled. Than

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 12:54:17 -0700 (PDT) pmma...@gmail.com 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 becau

Re: QPainter error on OSX

2014-10-09 Thread pmmagic
On Thursday, October 9, 2014 3:35:20 PM UTC-4, Terry wrote: > > On Thu, 9 Oct 2014 12:22:09 -0700 (PDT) > pmm...@gmail.com 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 > wonderi

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 12:22:09 -0700 (PDT) pmma...@gmail.com 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

Re: QPainter error on OSX

2014-10-09 Thread pmmagic
Hi Terry, Thanks for giving it a shot. Unfortunately, the error type changed but I'm still getting a QPainter error. QPainter::begin: Paint device returned engine == 0, type: 3 Failed to init. painter for icon QPainter::end: Painter not active, aborted reading settings in /Users/pmagwene/tmp/le

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 12:02:31 -0500 "'Terry Brown' via leo-editor" wrote: > On Thu, 9 Oct 2014 11:50:19 -0500 > "'Terry Brown' via leo-editor" wrote: > > > p.s. I assume there's no easy option to use Qt 5? > > > > Not a definite fix, but worth trying if it's easy. > > But before you try that it

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 11:50:19 -0500 "'Terry Brown' via leo-editor" wrote: > p.s. I assume there's no easy option to use Qt 5? > > Not a definite fix, but worth trying if it's easy. But before you try that it looks like there might be some things to explore with QImage vs QPixmap and GIF vs PNG...

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 06:27:32 -0700 (PDT) pmma...@gmail.com wrote: > pyqt 4.10.4 py27_0 > -- > file name : pyqt-4.10.4-py27_0.tar.bz2 > name: pyqt > version : 4.10.4 p.s. I assume there's no easy option to use Qt 5? Not a definite fix, but worth trying if it's easy.

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 08:51:52 -0700 (PDT) pmma...@gmail.com wrote: > Hi Terry, > > Thanks for the fast response. I just pulled the latest code from > GitHub. Here's what my log window now says: Ok, thanks for testing that, it does confirm that the problem was in the obvious place, but I'm not real

Re: QPainter error on OSX

2014-10-09 Thread pmmagic
On Thursday, October 9, 2014 11:31:24 AM UTC-4, Terry wrote: > > On Thu, 9 Oct 2014 06:27:32 -0700 (PDT) > pmm...@gmail.com wrote: > > > Hi All, > > > > I've been a long time on and off again user of Leo. My main > > impediment to consistent use has been variable cross-platform > > suppor

Re: QPainter error on OSX

2014-10-09 Thread 'Terry Brown' via leo-editor
On Thu, 9 Oct 2014 06:27:32 -0700 (PDT) pmma...@gmail.com wrote: > Hi All, > > I've been a long time on and off again user of Leo. My main > impediment to consistent use has been variable cross-platform > support, especially on OSX. > > With PyQT well supported in recent Anaconda python distrib

QPainter error on OSX

2014-10-09 Thread pmmagic
Hi All, I've been a long time on and off again user of Leo. My main impediment to consistent use has been variable cross-platform support, especially on OSX. With PyQT well supported in recent Anaconda python distributions I've been interested in trying to make Leo part of my workflow again.