Re: [PyKDE] "sender" info in Python slot

2006-11-10 Thread Mark Summerfield
On Fri 10-Nov-06 18:31, Phil Thompson wrote: > On Thursday 09 November 2006 8:54 pm, Torsten Marek wrote: > > Jeremy Sanders schrieb: > > > On Thu, 9 Nov 2006, Andreas Pakulat wrote: > > >> On 09.11.06 16:43:00, Sibylle Koczian wrote: > > >>> hopefully the subject line isn't too misleading. This is

Re: [PyKDE] problem with pyqtref manual code

2006-11-10 Thread Phil Thompson
On Friday 10 November 2006 3:43 pm, simon stockes wrote: > Hi, > > With the pyqtref manual, I try to test base2.py (see below the code). But > this one does not produce anything !! > Is it the same for you ? > > Simon > > Config : rhel4, pyqt-4.0.1, qt4.1.4 > > > > Base2.py > === > > from PyQt4

Re: [PyKDE] Dependency on sip.pyd

2006-11-10 Thread Phil Thompson
On Friday 10 November 2006 7:44 pm, Giovanni Bajo wrote: > Phil Thompson wrote: > >> What I would like to obtain is that modules generated by SIP do not > >> depend on an external module (sip.pyd). This is technically possible > >> of course, it's just that SIP was designed in a different way. > >>

Re: [PyKDE] pylupdate4 and pyrcc4 will not be built because the Qt XML module is missing.

2006-11-10 Thread David Boddie
On Thursday 09 November 2006 17:41, simon stockes wrote: > this what I got. It seems that /usr/X11R6/lib64/ is not take in account ?! > > And it is a 64bits machine. I readed somethong recently on the list , No ?: Yes, there were a few messages dealing with the opposite problem to the one you ha

Re: [PyKDE] ANN: PyQt 4.1, PyQt 3.17, QScintilla 1.7, SIP 4.5 Released

2006-11-10 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phil Thompson schrieb: > PyQt v4.1 has been released. The main feature is support for Qt v4.2. SIP > v4.5 > is required. > > PyQt v3.17 has been released. The main feature is support for QScintilla > v1.7. > This is expected to be the last release

Re: [PyKDE] Dependency on sip.pyd

2006-11-10 Thread Giovanni Bajo
Phil Thompson wrote: >> What I would like to obtain is that modules generated by SIP do not >> depend on an external module (sip.pyd). This is technically possible >> of course, it's just that SIP was designed in a different way. >> >>> sip.pyd is a Python extension module - it is not a library an

Re: [PyKDE] Dependency on sip.pyd

2006-11-10 Thread Phil Thompson
On Friday 10 November 2006 7:19 pm, Giovanni Bajo wrote: > Phil Thompson wrote: > > Sorry, I don't think I understand what you mean. > > What I would like to obtain is that modules generated by SIP do not depend > on an external module (sip.pyd). This is technically possible of course, > it's just

Re: [PyKDE] Gui Python framework comparison

2006-11-10 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Simon, > > I would like to come back on the licences. I don't want to sell my software > it is only an internal company work so with the GPL licence it seems Ihave > not to register my source anywhere. True or false ? True, although it does not ha

Re: [PyKDE] Dependency on sip.pyd

2006-11-10 Thread Giovanni Bajo
Phil Thompson wrote: > Sorry, I don't think I understand what you mean. What I would like to obtain is that modules generated by SIP do not depend on an external module (sip.pyd). This is technically possible of course, it's just that SIP was designed in a different way. > sip.pyd is a Python ex

Re: [PyKDE] Dependency on sip.pyd

2006-11-10 Thread Phil Thompson
On Wednesday 08 November 2006 5:07 pm, Giovanni Bajo wrote: > Hello, > > I happen to waste a lot of time dealing with sip.pyd binary dependency and > binary compatibility between different SIP versions. > > Our local policy is to use a different PyQt/Qt version *per-project* (so > that each project

Re: [PyKDE] "sender" info in Python slot

2006-11-10 Thread Phil Thompson
On Thursday 09 November 2006 8:54 pm, Torsten Marek wrote: > Jeremy Sanders schrieb: > > On Thu, 9 Nov 2006, Andreas Pakulat wrote: > >> On 09.11.06 16:43:00, Sibylle Koczian wrote: > >>> hopefully the subject line isn't too misleading. This is my problem: > >>> I would like to connect the "clicked

Re: [PyKDE] signal with return value

2006-11-10 Thread Phil Thompson
On Friday 10 November 2006 4:12 am, hok kakada wrote: > Hi, > > I am not sure whether we can use signal for return value or not. > > Let me give you my example: > I have 3 different classes: Main.py, Header.py, and Operator.py > > In Main.py: > self.connect(self.headerDialog, QtCore.SIGNAL("makeHea

[PyKDE] problem with pyqtref manual code

2006-11-10 Thread simon stockes
Hi,With the pyqtref manual, I try to test base2.py (see below the code). But this one does not produce anything !!Is it the same for you ?SimonConfig : rhel4, pyqt-4.0.1, qt4.1.4 Base2.py===from PyQt4 import QtCore, QtGuifrom ui_imagedialog import Ui_ImageDialogclass ImageDialog(QtGui.QDialog):