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
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
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.
> >>
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
-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
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
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
-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
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
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
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
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
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):
13 matches
Mail list logo