[PyQt] PyCon UK Reminder

2007-07-24 Thread David Boddie
This is a reminder for those of you in the UK (or those of you who are located conveniently close enough to the UK to make a trip worthwhile) that PyCon UK is scheduled to happen on Saturday 8th and Sunday 9th September in Birmingham: http://pyconuk.org/index.html I'm mentioning this now becaus

Re: [PyQt] Signal Bug in 4.2

2007-07-24 Thread Giovanni Bajo
On mar, 2007-07-24 at 14:54 -0700, Peter Shinners wrote: > We have just migrated code from using PyQt-4.2 on Qt-4.2 to using > PyQt-4.2 on Qt-4.2. This has revealed what looks like a very serious bug > in the signal handling code for PyQt-4.2. You may want to run latest SIP/PyQt snapshots, as t

[PyQt] Signal Bug in 4.2

2007-07-24 Thread Peter Shinners
We have just migrated code from using PyQt-4.2 on Qt-4.2 to using PyQt-4.2 on Qt-4.2. This has revealed what looks like a very serious bug in the signal handling code for PyQt-4.2. We have Python "value" objects derived from QObject. These emit a value change event to other values and to liste

Re: [PyQt] Next Releases of SIP and PyQt

2007-07-24 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phil Thompson schrieb: > On Tuesday 24 July 2007 9:54 pm, Torsten Marek wrote: >> Phil Thompson schrieb: >>> The next major releases of SIP and PyQt4 will be made this week >>> (hopefully). >>> >>> Is there anything I've forgotten in the current snapsh

Re: [PyQt] Next Releases of SIP and PyQt

2007-07-24 Thread Phil Thompson
On Tuesday 24 July 2007 9:54 pm, Torsten Marek wrote: > Phil Thompson schrieb: > > The next major releases of SIP and PyQt4 will be made this week > > (hopefully). > > > > Is there anything I've forgotten in the current snapshots? > > Hi Phil, > > just one question - (sorry for being too lazy to ch

Re: [PyQt] Next Releases of SIP and PyQt

2007-07-24 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phil Thompson schrieb: > The next major releases of SIP and PyQt4 will be made this week (hopefully). > > Is there anything I've forgotten in the current snapshots? > Hi Phil, just one question - (sorry for being too lazy to check right now): Is a

[PyQt] QxtSignalWaiter port

2007-07-24 Thread Jason Hihn
I was trying to get QxtSignalWaiter (http://qtnode.net/wiki?title=QxtSignalWaiter) ported so I can use QHttp with a synchronous process. The problem I am having is wait2()'s while never ends before the timeout, meaning self.ready is always false, so it waits for the entire duration. My in

Re: [PyQt] PSQL

2007-07-24 Thread David Boddie
On Tue Jul 24 16:44:58 BST 2007, Tom Brown wrote: > I added a link called 'PyQt4 with PSQL Installation Notes' to your wiki. If it's anyone's wiki, it's Torsten's, but really it's the community's wiki. > It should probably have the word 'Windows' somewhere in the link title. > I'm not sure how t

[PyQt] New tutorial

2007-07-24 Thread kib2
Hi, Just to let you know that I've opened a site with some PyQt4 tutorials. h**p://kib2.free.fr/tutos/PyQt4/index.html Thanks for reporting me anything wrong. Cheers. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.

Re: [PyQt] PSQL

2007-07-24 Thread Tom Brown
On Monday 23 July 2007 16:53, Tom Brown wrote: > On Monday 23 July 2007 16:45, David Boddie wrote: > > On Tue Jul 24 00:41:36 BST 2007, Tom Brown wrote: > > > > Ok, maybe I need to configure Qt with -plugins-sql-psql. I'm trying > > > > that out right now. > > > > > > I've got this figured out. Thi

[PyQt] Installing PyQt4 on XP: Drive confusion.

2007-07-24 Thread Tina I
After years of using Linux I wanted to distribute one of my cross platform apps as a windows binary. So I installed XP Pro (legally bought original) on my second partition (hda2). So, without me noticing, Windows installed it self on drive letter F: I didn't think it would matter and went ahead

[PyQt] Static plugins check problem

2007-07-24 Thread Giovanni Bajo
Hi Phil, this part of configure.py causes me trouble: if qt_shared: if opts.staticplugins: sipconfig.error("You cannot specify static plugins when Qt has been built as shared libraries.") The point is: I don't know if Qt has been built in static or shared mode, and I

[PyQt] SIP: memory leak in mapped type?

2007-07-24 Thread Giovanni Bajo
Hi, this is some mapped code I have written: template %MappedType std::vector { %TypeHeaderCode #include %End %ConvertFromTypeCode PyObject *l; // Create the Python list of the correct length. if ((l = PyList

Re: [PyQt] Disable installation of SIP files for static libraries

2007-07-24 Thread Giovanni Bajo
On 7/16/2007 4:49 PM, Giovanni Bajo wrote: Hello, if Qt is built as a static library, there's no need to install the .SIP files of PyQt because it will not be possible to build a derived library anyway. This patch disables installation of SIP files in such a condition. ---

Re: [PyQt] Re: Crash with shortcircuit signals

2007-07-24 Thread Giovanni Bajo
On 7/20/2007 11:22 AM, Phil Thompson wrote: Can you detect the infinite loop and generate a backtrace? Sure, but I doubt it'll be before next Monday. I've nulled the pointers for tonight's snapshot, and made one other related change (which hopefully won't introduce a new problem). Thanks.

[PyQt] edit: editing failed

2007-07-24 Thread Heinz A. Preisig
Title: business Hi, here is a problem isolated. Cannot see what should be the problem. clicking on the element in column 2 "click me", gives a Qt error   "edit: editing failed". Heinz Preisig -- Heinz A Preisig Professor of Process Systems Engineering Private: Øv

Re: [PyQt] qApp does not return None when no QApplication has been instantiated

2007-07-24 Thread Phil Thompson
On Tuesday 24 July 2007 6:55 am, Gerard Vermeulen wrote: > On Tue, 24 Jul 2007 06:51:08 +0200 > > Gerard Vermeulen <[EMAIL PROTECTED]> wrote: > > >>> import PyQt4.Qt as Qt > > >>> print Qt.QCoreApplication.instance() > > > > None > > > > >>> print Qt.qApp > > > > > > This must be a SIP problem, be