Re: [PyQt] newbie questions...

2008-08-16 Thread David Boddie
On Sat Aug 16 23:45:51 BST 2008, Chris Withers wrote: > Andreas Pakulat wrote: > > Get it from your distribution under linux or use the ready-made > > installer from Phil for windows. I don't know what the state on MacOSX > > is. In worst case you're fetching sip+pyqt4 > > what's sip? http://www.

[PyQt] Bug in SIP w.r.t. signals, typedefs and mapped types

2008-08-16 Thread Simon Edwards
Hello Phil, While working on integrating Python into KDE4's Plasma I hit a crasher when using @pyqtSignature where one of the arguments for the slot is a typedef which in turn in a mapped type: @pyqtSignature("dataUpdated(const QString &, const Plasma::DataEngine::Data &)") Plasma::DataEng

Re: [PyQt] newbie questions...

2008-08-16 Thread Chris Withers
Andreas Pakulat wrote: Get it from your distribution under linux or use the ready-made installer from Phil for windows. I don't know what the state on MacOSX is. In worst case you're fetching sip+pyqt4 what's sip? - How do I package an app up that uses PyQt4 as a double-click-installer for

Re: [PyQt] newbie questions...

2008-08-16 Thread Chris Withers
Phil Thompson wrote: PyPI is a PIA to use when you are not using eggs. Okay, let me rephrase: how come PyQt4 isn't available as an egg? (for the record, I hate eggs, but the python community has adopted them, so I'm just attempting to put up and shut up. zc.buildout does offer some analgesic f

Re: [PyQt] Segmentation fault with addLayout

2008-08-16 Thread David Boddie
On Sat Aug 16 15:40:57 BST 2008, Filip Gruszczynski wrote: > But doesn't help. I have recently done large software updgrade (I am > using Gentoo Linux distro) and then everything started to fail (even > my apps, that were working just fine before). I tried to reinstall qt > and PyQt, but that didn

Re: [PyQt] Segmentation fault with addLayout

2008-08-16 Thread Filip Gruszczyński
> Works fine for me. Well, I can hardly find any mistake there. It must be something with my packages, but I just can't figure what. And as I said - just before the upgrade, project I am currently working on, functioned just fine. After - it crashes. -- Filip Gruszczyński _

Re: [PyQt] Segmentation fault with addLayout

2008-08-16 Thread Phil Thompson
On Sat, 16 Aug 2008 16:40:57 +0200, "Filip Gruszczyński" <[EMAIL PROTECTED]> wrote: > Hello! I have following code: > > from PyQt4.QtGui import * > from PyQt4.QtCore import * > > import sys > > class Editor(QWidget): > > def __init__(self, parent = None): > QWidget.__init__(

[PyQt] Segmentation fault with addLayout

2008-08-16 Thread Filip Gruszczyński
Hello! I have following code: from PyQt4.QtGui import * from PyQt4.QtCore import * import sys class Editor(QWidget): def __init__(self, parent = None): QWidget.__init__(self, parent) self.setLayout(QVBoxLayout()) self.layout().addL

Re: [PyQt] Add a download to KGet

2008-08-16 Thread Jan Holthuis
Thanks both of you! Dog pointed me the right direction. However, I am now using the DBUS interface instead of DCOP (KDE 4 replaced it). The Method is: qdbus org.kde.kget /KGet addTransfers string:"http://www.example.com"; string:"My Downloads" bool:True All the Best, Jan Holthuis Am Donnerstag

Re: [PyQt] ANN: eric 4.2.0 released

2008-08-16 Thread Ewald de Wit
On Wednesday 13 August 2008 22:06:01 Juan Pablo Romero Méndez wrote: > The only (small) issue I have is that the editor still feels "slow", > even with line breaking disabled (although this helps a lot). I find > this strange, because my machine is rather fast (quad core @ 3.5 Mhz). For me the e