Re: [PyQt] Coinstalling PyQt5 for Python 2 and Python 3

2013-09-13 Thread Phil Thompson
On Fri, 13 Sep 2013 21:01:02 +0200, Luca Beltrame wrote: > Hello, > > While packaging PyQt5 for openSUSE I noticed that there are two plugins > that > are compiled which may conflict on a system that wants PyQt5 both for > Python 2 > and Python 3. > > I'm talking about the Designer plugin and

[PyQt] Coinstalling PyQt5 for Python 2 and Python 3

2013-09-13 Thread Luca Beltrame
Hello, While packaging PyQt5 for openSUSE I noticed that there are two plugins that are compiled which may conflict on a system that wants PyQt5 both for Python 2 and Python 3. I'm talking about the Designer plugin and the QML plugin, in particular. Are they Python version independent (I'm inc

Re: [PyQt] SIP_ANYSLOT vs SIP_SLOT vs SIP_SLOT_CON()

2013-09-13 Thread Sébastien Sablé
2013/9/10 Phil Thompson > > > That doesn't sound like a great design... I agree but it is not my call. It may change when the code gets migrated to Qt5. > SIP_SLOT just checks that the argument has been created by QtCore.SLOT(), > ie. that it is a string that begins with the magic character. Ple