Re: [PyQt] Cannot 'configure' PyQt4.9 before build on Linuxmint

2011-12-28 Thread Phil Thompson
On Wed, 28 Dec 2011 15:18:05 +0100, Nico Dufort wrote: > Hello Phil, > > I did a test with xubuntu on a virtual machine, and I ran into the exact > same error. I can try on a non-ubuntu/non-debian based environment when I > have more time, but I would want to believe that someone else got this >

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] Instant translation on PyQt 4.8.6

2011-12-28 Thread admin
On 21/12/2011 07:12 م, Phil Thompson wrote: On Wed, 21 Dec 2011 19:03:56 +0200, ad...@mbnoimi.net wrote: On 10/12/2011 03:15 م, Phil Thompson wrote: On Sat, 10 Dec 2011 12:55:09 +0200, ad...@mbnoimi.net [1] wrote: On 10/12/2011 12:47 م, Phil Thompson wrote:

[PyQt] PyQt bug with Qt 4.8.0?

2011-12-28 Thread Linos
Hi, after Qt upgrade to 4.8.0 in my machine i have been getting problems with the painting of vertical headers in QTableViews with a QSqlQueryModel that refresh on event (for example after tab change). I have created a testcase because i wanted to report the bug to Qt bug tracker but i ca

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] Cannot 'configure' PyQt4.9 before build on Linuxmint

2011-12-28 Thread Nico Dufort
Hello Phil, I did a test with xubuntu on a virtual machine, and I ran into the exact same error. I can try on a non-ubuntu/non-debian based environment when I have more time, but I would want to believe that someone else got this version to build. All my files were downloaded from their respect

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] D-Bus support for Windows

2011-12-28 Thread Phil Thompson
On Wed, 28 Dec 2011 11:30:11 +0100, Lukas Hetzenecker wrote: > Hello Phil and all interested community members, > > I'd like to ask you if you have any plans to add support for Windows > to your D-Bus mainloop implementation. > > Some time ago there was a discussion on the dbus mailing list: > h

[PyQt] D-Bus support for Windows

2011-12-28 Thread Lukas Hetzenecker
Hello Phil and all interested community members, I'd like to ask you if you have any plans to add support for Windows to your D-Bus mainloop implementation. Some time ago there was a discussion on the dbus mailing list: http://web.archiveorange.com/archive/v/2mxmYng5gCA0MCJamGh9 The D-Bus server

[PyQt] Scrollbar doesnt appear in QTabWidget

2011-12-28 Thread akash
Following is the way i am trying to trying to create the app, but scrollbar is not comming in the tab widget. self.centralwidget = QtGui.QWidget(MainWindow) self.main_account = QtGui.QFrame(self.centralwidget) self.tabWidget = QtGui.QTabWidget(self.main_account) In self.tabWidget, I have many lab