Re: [PyQt] newbie questions...

2008-08-17 Thread Andreas Pakulat
On 16.08.08 23:45:51, 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? Its the tool needed to build

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

2008-08-17 Thread Phil Thompson
On Sun, 17 Aug 2008 01:44:29 +0200, Simon Edwards [EMAIL PROTECTED] wrote: 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:

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

2008-08-17 Thread Simon Edwards
Phil Thompson wrote: On Sun, 17 Aug 2008 01:44:29 +0200, Simon Edwards [EMAIL PROTECTED] wrote: The extra types for the QHash are stripped off. The table should look more like: static sipTypedefDef typedefsTable[] = { ... {Plasma::DataEngine::Data, mtype_sat, QHashQString,QVariant,

Re: [PyQt] Segmentation fault with addLayout

2008-08-17 Thread Filip GruszczyƄski
Could a SIP upgrade have broken it, do you think? I reinstalled sip, qscintilla, qt (3.x and 4.x) and PyQt (3.x, 4.x), but it didn't help. Any idea what other package, that PyQt depends on, might be broken? -- Filip GruszczyƄski ___ PyQt mailing

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

2008-08-17 Thread Phil Thompson
On Sun, 17 Aug 2008 01:44:29 +0200, Simon Edwards [EMAIL PROTECTED] wrote: 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:

Re: [PyQt] Segmentation fault with addLayout

2008-08-17 Thread David Boddie
On Sunday 17 August 2008, Filip Gruszczynski wrote: Could a SIP upgrade have broken it, do you think? I reinstalled sip, qscintilla, qt (3.x and 4.x) and PyQt (3.x, 4.x), but it didn't help. Any idea what other package, that PyQt depends on, might be broken? Can you say which versions you

Re: [PyQt] Using PyQt within an application

2008-08-17 Thread andYpsilon
Theres nothing special to the code I am using. It's what is coming out of Designer, modified for having the functionality I need. starter is the function I call to start my dialog: ... class MeinDialog(QtGui.QDialog, Dlg): def __init__(self): QtGui.QDialog.__init__(self)

Re: [PyQt] Using PyQt within an application

2008-08-17 Thread David Boddie
On Sun Aug 17 15:14:32 BST 2008, andYpsilon wrote: Theres nothing special to the code I am using. It's what is coming out of Designer, modified for having the functionality I need. starter is the function I call to start my dialog: ... class MeinDialog(QtGui.QDialog, Dlg): def

Re: [PyQt] Using PyQt within an application

2008-08-17 Thread andYpsilon
Hi David! Using only app.exec_() solves the problem that it closes down the application. Sorry for that...what a newbie mistake ;-) Thanx alot for your help!! But do you know a way to use the Dialog interactively with the application? As I already mentioned the application crashes when using it

Re: [PyQt] Using PyQt within an application

2008-08-17 Thread David Boddie
On Sun Aug 17 19:05:32 BST 2008, andYpsilon wrote: Using only app.exec_() solves the problem that it closes down the application. Sorry for that...what a newbie mistake ;-) Thanx alot for your help!! No problem. :-) But do you know a way to use the Dialog interactively with the application?

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

2008-08-17 Thread Simon Edwards
Hi, Phil Thompson wrote: Should be fixed in tonight's snapshot. I'm not planning another SIP release for some time. However, if you need the fix for an upcoming KDE release then let me know. I'll need it for KDE 4.2 by January latest, and preferably long before that time for easier testing

[PyQt] PyQt can't load phonon backend under Windows

2008-08-17 Thread Gabriel Morrison Lima Dantas
Hi people, I've compiled Qt 4.4.1 GPL with Visual C++ 2008 and enabled phonon support. Then, I compiled PyQt4 against that build of Qt, with Visual C++ 2008, and built the phonon PyQt4 module. The module import was sucessfull, but when I call the method Phonon.AudioOutput(), it gives the following

[PyQt] pyqt for windows 64bit

2008-08-17 Thread kNish
Hi, Do you have steps to compile pyqt for 64 bit windows. What other alternatives are possible in case you do not have these steps. brgds, kNish ___ PyQt mailing listPyQt@riverbankcomputing.com