Re: [PyQt] Incompatibility between PyQt compiled with Qt 4.7 and 4.8

2012-01-28 Thread Scott Kitterman
Andreas Pakulat wrote: >On 28.01.12 13:01:28, Scott Kitterman wrote: >> >> >> Luca Beltrame wrote: >> >> >In data sabato 28 gennaio 2012 12:13:41, Scott Kitterman ha scritto: >> > >> >> but leaves open the question of what caused the incompatiblity and >> >what >> >> other packages might be

Re: [PyQt] Incompatibility between PyQt compiled with Qt 4.7 and 4.8

2012-01-28 Thread Andreas Pakulat
On 28.01.12 13:01:28, Scott Kitterman wrote: > > > Luca Beltrame wrote: > > >In data sabato 28 gennaio 2012 12:13:41, Scott Kitterman ha scritto: > > > >> but leaves open the question of what caused the incompatiblity and > >what > >> other packages might be affected. > > > >As far as I can see

Re: [PyQt] Incompatibility between PyQt compiled with Qt 4.7 and 4.8

2012-01-28 Thread Scott Kitterman
Luca Beltrame wrote: >In data sabato 28 gennaio 2012 12:13:41, Scott Kitterman ha scritto: > >> but leaves open the question of what caused the incompatiblity and >what >> other packages might be affected. > >As far as I can see, SIP makes no ABI guarantees between versions, so >that's >the (u

Re: [PyQt] Incompatibility between PyQt compiled with Qt 4.7 and 4.8

2012-01-28 Thread Luca Beltrame
In data sabato 28 gennaio 2012 12:13:41, Scott Kitterman ha scritto: > but leaves open the question of what caused the incompatiblity and what > other packages might be affected. As far as I can see, SIP makes no ABI guarantees between versions, so that's the (unfortunate) side effect. What used