Proposal: require pyqt version = 4.5

2014-06-14 Thread Edward K. Ream
My guess is that few people will be affected, and those that are can easily upgrade. For example, my installed version of pyqt is 4.7 on Windows and 4.8.6 on Ubuntu. (It's 5.3.0 on Windows with Python 3.4). Please speak up *immediately* if you have any objections with this proposal.

Re: Proposal: require pyqt version = 4.5

2014-06-14 Thread 'Terry Brown' via leo-editor
On Sat, 14 Jun 2014 09:47:33 -0700 (PDT) Edward K. Ream edream...@gmail.com wrote: My guess is that few people will be affected, and those that are can easily upgrade. For example, my installed version of pyqt is 4.7 on Windows and 4.8.6 on Ubuntu. (It's 5.3.0 on Windows with Python 3.4). I

Re: Proposal: require pyqt version = 4.5

2014-06-14 Thread Edward K. Ream
On Sat, Jun 14, 2014 at 1:16 PM, 'Terry Brown' via leo-editor leo-editor@googlegroups.com wrote: I don't think we should do anything that would break support for Ubuntu 12.04 which is supported until April 2017. Happily, pyqt4 in 12.04 is currently at 4.9 :-) So no objection from me, I

Re: Proposal: require pyqt version = 4.5

2014-06-14 Thread Edward K. Ream
On Saturday, June 14, 2014 1:46:49 PM UTC-5, Edward K. Ream wrote: I plan to make the following easily reversible change today: change most instances of if isQt5 to if True or isQt5. This will enable the new-style connections regardless of PyQt version. There are one or two places where