Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-04 Thread Chris Mayo
On 04/12/11 05:34, Phil Thompson wrote: On Fri, 02 Dec 2011 17:37:50 +, Chris Mayo cjm...@users.sourceforge.net wrote: On 02/12/11 01:42, Phil Thompson wrote: On Thu, 01 Dec 2011 20:20:34 +, Chris Mayo cjm...@users.sourceforge.net wrote: Can't get ee8b9c7eb565 to compile:

[PyQt] ANN: eric 4.4.19 released

2011-12-04 Thread detlev
Hi, I just uploaded eric 4.4.19. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 5.1.7 released

2011-12-04 Thread detlev
Hi, I just uploaded eric 5.1.7. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-04 Thread Phil Thompson
On Sun, 04 Dec 2011 12:52:47 +, Chris Mayo cjm...@users.sourceforge.net wrote: On 04/12/11 05:34, Phil Thompson wrote: On Fri, 02 Dec 2011 17:37:50 +, Chris Mayo cjm...@users.sourceforge.net wrote: On 02/12/11 01:42, Phil Thompson wrote: On Thu, 01 Dec 2011 20:20:34 +, Chris Mayo

[PyQt] Translation updates needed for eric4 4.5

2011-12-04 Thread Detlev Offenbach
Hello all, the current sources of the eric4 4.5 line of development (i.e. trunk) need some translation updates. I am intending to release 4.5.0 beginning of 2012. Whoever wants to help please get the sources and update the language in question using Qt Linguist. Once done, pease send the

Re: [PyQt] ANN: eric 4.4.19 released

2011-12-04 Thread zw g
Bad luck. HandsomeGui-on-MBP:eric4-4.4.19 zhenweigui$ ll total 264 -rw-r--r-- 1 zhenweigui staff 32856 Dec 4 20:04 LICENSE.GPL3 -rw-r--r-- 1 zhenweigui staff 10057 Dec 4 20:04 README -rw-r--r-- 1 zhenweigui staff833 Dec 4 20:04 README-i18n.txt -rw-r--r-- 1 zhenweigui staff

Re: [PyQt] ANN: eric 4.4.19 released

2011-12-04 Thread Detlev Offenbach
Oops, that should not happen. I just uploaded a new package with a corrected install script. Detlev Am Sonntag, 4. Dezember 2011, 23:05:36 schrieb zw g: Bad luck. HandsomeGui-on-MBP:eric4-4.4.19 zhenweigui$ ll total 264 -rw-r--r-- 1 zhenweigui staff 32856 Dec 4 20:04 LICENSE.GPL3

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-04 Thread Chris Mayo
No luck with 65564eb2fcf4 either: x86_64-pc-linux-gnu-g++ -c -march=core2 -msse4.1 -ftree-vectorize -O2 -pipe -fPIC -Wall -W -D_REENTRANT -DNDEBUG -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_CORE_LIB -I.

Re: [PyQt] ANN: eric 4.4.19 released

2011-12-04 Thread zw g
Yes, just confirmed that problem sloved. Gui On Sun, Dec 4, 2011 at 11:35 PM, Detlev Offenbach det...@die-offenbachs.dewrote: Oops, that should not happen. I just uploaded a new package with a corrected install script. Detlev Am Sonntag, 4. Dezember 2011, 23:05:36 schrieb zw g: Bad

[PyQt] Refresh a treeWidget but not it's expand/collapse

2011-12-04 Thread Christopher Evans
What's the best way to refresh/rebuild a treeWidget without blowing away the user's depth traversal and framing? Anyone have a small fn for this? I guess you query the state of all leaves/branches of the treeWidget then reapply it? -- CE ___ PyQt

Re: [PyQt] QMetaObject.newInstance does not work as expected

2011-12-04 Thread Phil Thompson
On Thu, 1 Dec 2011 17:43:03 +0100, Henning Schröder henning.schroe...@gmail.com wrote: Hello, again I tried to seek to push the boundaries.This time I tried to load a C++ widget inside a library into PyQt using ctypes (without extra sip bindings). I worked well :) but I cannot call a

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-04 Thread Chris Mayo
The only includes at the top of the generated PyQt-x11-gpl-snapshot-4.9-65564eb2fcf4-2.7/QtDBus/sipQtDBusQDBusVariant.cpp are: #include sipAPIQtDBus.h #line 241 /var/tmp/portage/dev-python/PyQt4-4.9_pre20111204/work/PyQt-x11-gpl-snapshot-4.9-65564eb2fcf4-2.7/sip/QtCore/qvariant.sip

[PyQt] QtDBus: Calling a method with an Array of Strings signature with Python 3

2011-12-04 Thread Chris Mayo
With Python 2 I can do (where /dev/sr0 is a cdrom): bus = QtDBus.QDBusConnection.systemBus() device_iface = QtDBus.QDBusInterface('org.freedesktop.UDisks', '/org/freedesktop/UDisks/devices/sr0', 'org.freedesktop.UDisks.Device', bus) reply = device_iface.call(DriveEject, QStringList()) But

Re: [PyQt] QtDBus: Unable to convert Array of Object Paths

2011-12-04 Thread Phil Thompson
On Sun, 04 Dec 2011 20:06:35 +, Chris Mayo cjm...@users.sourceforge.net wrote: The only includes at the top of the generated PyQt-x11-gpl-snapshot-4.9-65564eb2fcf4-2.7/QtDBus/sipQtDBusQDBusVariant.cpp are: #include sipAPIQtDBus.h #line 241

[PyQt] Segmentation Fault in FileDialog

2011-12-04 Thread Ramiro Algozino
Hello!  I'm having an issue with a FileDialog, a getSaveFileName type in particullar. I get a Segmentation Fault when I accept the dialog if the file doesn't exist. When I overwrite an exisiting file the segmentation doesn't occur. This is happening in Fedora 16 (Gnome3) and I have an user