Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-28 Thread Phil Thompson
On Wed, 28 Dec 2011 19:47:29 +0100, Detlev Offenbach wrote: > Am 28.12.2011 um 19:34 schrieb Phil Thompson: > >> On Wed, 28 Dec 2011 15:29:00 +0100, Detlev Offenbach >> wrote: >>> Hi, >>> >>> do you have a short recipe on how to get DBus on Mac? >> >> Install MacPorts. >> >> Install dbus... >

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-28 Thread Detlev Offenbach
Am 28.12.2011 um 19:34 schrieb Phil Thompson: > On Wed, 28 Dec 2011 15:29:00 +0100, Detlev Offenbach > wrote: >> Hi, >> >> do you have a short recipe on how to get DBus on Mac? > > Install MacPorts. > > Install dbus... > > sudo port install dbus > > When you run Qt's configure pass it the -

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-28 Thread Phil Thompson
On Wed, 28 Dec 2011 15:29:00 +0100, Detlev Offenbach wrote: > Hi, > > do you have a short recipe on how to get DBus on Mac? Install MacPorts. Install dbus... sudo port install dbus When you run Qt's configure pass it the -dbus-linked flag. Phil ___

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-28 Thread Detlev Offenbach
Hi, do you have a short recipe on how to get DBus on Mac? Detlev Am 28.12.2011 um 13:55 schrieb Phil Thompson: > On Wed, 28 Dec 2011 13:41:08 +0100, Detlev Offenbach > wrote: >> Hello, >> >> I tried using Qt 4.8.0 on Mac as well. Trying to start Qt Designer >> resulted in a crash (Seg Fault).

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-28 Thread Phil Thompson
On Wed, 28 Dec 2011 13:41:08 +0100, Detlev Offenbach wrote: > Hello, > > I tried using Qt 4.8.0 on Mac as well. Trying to start Qt Designer > resulted in a crash (Seg Fault). According to the Qt bug tracker their is > an issue related to dbus not being present on Mac. I guess, that one has to > i

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-28 Thread Detlev Offenbach
Hello, I tried using Qt 4.8.0 on Mac as well. Trying to start Qt Designer resulted in a crash (Seg Fault). According to the Qt bug tracker their is an issue related to dbus not being present on Mac. I guess, that one has to install dubs (don't know yet how) or continue to use Qt 4.7.4. The last

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-27 Thread Phil Thompson
On Tue, 27 Dec 2011 23:44:14 +0800, zw g wrote: > Dear List, > > > I need help. > > My app behaved perfect well under Python2.7.2 + PyQt4.8.6 + SIP 4.13 + Mac > OS X 10.7.2. > > After the new PyQt4.9 released, i compiled SIP4.13.1 and PyQt4.9 in the > first time. (I like to be latest state!) >

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-27 Thread Rex Dieter
zw g wrote: > Hope someone could help. Rebuild/recompile your apps against PyQt4.9? -- rex ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-27 Thread zw g
And, my previous compiled *Eric4.4.19* can not fired up either which was running perfectly well under PyQt4.8.6. As a reference, here is the error info: 2011-12-27, 23:15:00

Re: [PyQt] My app crashed every time after upgrading to PyQt4.9

2011-12-27 Thread zw g
Oh, i forgot to mention that, the last information leave in the Terminal.app is: *Segmentation fault: 11* Hope it helps. On Tue, Dec 27, 2011 at 11:44 PM, zw g wrote: > Dear List, > > > I need help. > > My app behaved perfect well under Python2.7.2 + PyQt4.8.6 + SIP 4.13 + Mac > OS X 10.7.2.