Re: [PyQt] QSql lastError() must be called BEFORE exec_() ??

2009-09-05 Thread Mario Daniel Carugno
Thanks for replies. First i'd like to make sure if that''s the normal behavior or not. Can you confirm please ? ** To David ** > Here you get the error string after execution! Sorry, the order of the lines is: errorstr = str(query.lastError().text()) query.exec_() But the problem is there.

Re: [PyQt] QSql lastError() must be called BEFORE exec_() ??

2009-09-05 Thread Andreas Pakulat
On 04.09.09 17:23:32, Mario Daniel Carugno wrote: > Hi list, i'm coding my first PyQt4-Sql application, and i can't > understand a strange behavior. > I'll write a snippet of code with an erroneous Sql syntax, and i hope > then to catch the error > text and display it, in order to know what happene

[PyQt] ANN: eric 4.3.7.1 released

2009-09-05 Thread Detlev Offenbach
Hi, I just uploaded eric 4.3.7.1. It is a maintenance release fixing some bugs. It is available via the eric4 web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] QSql lastError() must be called BEFORE exec_() ??

2009-09-05 Thread Mario Daniel Carugno
2009/9/5 Andreas Pakulat : > On 04.09.09 17:23:32, Mario Daniel Carugno wrote: >> Hi list, i'm coding my first PyQt4-Sql application, and i can't >> understand a strange behavior. >> I'll write a snippet of code with an erroneous Sql syntax, and i hope >> then to catch the error >> text and display

[PyQt] highlightedtextedit.py

2009-09-05 Thread Lee Harr
Is it possible to browse the PyQt source online? I was googling around trying to see if other people were having trouble with the highlightedtextedit.py example and found this: http://www.riverbankcomputing.com/static/Downloads/PyQt4/ChangeLog which says: 2009/07/24 17:26:52 phil Fixed the hi

[PyQt] PyQt compile failure

2009-09-05 Thread Glenn Tarbox, PhD
I'm trying to compile the latest snapshot of PyQt and got the compile error below. I'm pulling Qt from the git repo, so I tried the 4.6 stable branch as well as a previous PyQt snapshot (from 8/21). 4.6 stable is dated 8/30. I think all combinations were tried but the failure is in the ScopedPoi