RE: [PyQt] dbus for win32

2009-09-10 Thread Jens Nie
lf Of David Boddie > Sent: Thursday, September 10, 2009 1:53 PM > To: pyqt@riverbankcomputing.com > Subject: Re: [PyQt] dbus for win32 > > On Wed Sep 9 17:51:32 BST 2009, Jens Nie wrote: > > > I would like to use some dbus based functionality another application > >

[PyQt] dbus for win32

2009-09-09 Thread Jens Nie
Hi all. I would like to use some dbus based functionality another application offers within PyQt4 on windows and just realized that all the Qt DBus stuff does not seem to be wrapped, so that the native dbus libraries need to be used. Can anyone point me to a drop in package for dbus which I can

[PyQt] Odd behaviour in QFileDialog.getOpenFileNames on Linux [workaround]

2009-07-22 Thread Jens Nie
Hey all. > I am working on a little helper for my job management system to insert jobs > into it using a PyQt GUI that should be > usable on both windows and linux. > I came over a rather odd behavior for the QFileDialog.getOpenFileNames method > when running that helper under linux. > Select

[PyQt] Odd behaviour in QFileDialog.getOpenFileNames on Linux II

2009-07-21 Thread Jens Nie
Hi all. I forgot to mention the PyQt Version i use: It's 4.4.3 on both windows and linux. Windows Version is shipped with the python(x,y) distribution. The linux version is shipped with the opensuse 11.1 distribution. Jens ___ PyQt mailing listP

[PyQt] Odd behaviour in QFileDialog.getOpenFileNames on Linux

2009-07-21 Thread Jens Nie
Hi all. I am working on a little helper for my job management system to insert jobs into it using a PyQt GUI that should be usable on both windows and linux. I came over a rather odd behavior for the QFileDialog.getOpenFileNames method when running that helper under linux. Selecting a file wit