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