[PyQt] Looking for list of errata for Summerfield's book on PyQt

2011-02-17 Thread Richard D. Moores
I'm just about to start learning PyQt with the 1st printing of _Rapid GUI Programming with Python and Qt_. Is there a list of errata somewhere? Thanks, Dick Moores ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/ma

[PyQt] QWebView createWindow() and authentication

2011-02-17 Thread alanm
I have an application that accesses password-protected web pages using QWebView. The pages use apache authentication, and I authenticate the user by prompting for login & password and storing those values in the MainWindow object and adding them to the URL before loading it. I have added support

[PyQt] Problem with sip.h redefining the 'ANY' symbol

2011-02-17 Thread Nate Reid
In some bindings I'm working with, one of the header files that is included after sip.h has an enum who one of its values is called 'ANY'. However, when sip is run, it includes its headers first and then redefines ANY before the wrapped source defines it in the enum, causing a compilation erro

Re: [PyQt] Get platform?

2011-02-17 Thread todd rme
On Wed, Feb 16, 2011 at 10:45 AM, Hans-Peter Jansen wrote: > On Tuesday 15 February 2011, 17:57:01 mw wrote: >> import os >> os.name >> >> http://docs.python.org/library/os.html >> >> On Tue, Feb 15, 2011 at 8:51 AM, todd rme > wrote: >> > Is there any way inside pyqt, or in python, to determine

[PyQt] Updating background windows

2011-02-17 Thread Ian
Hi all, I have a GUI with multiple windows. Frequently I have a list window and a detail window open at the same time. When data is saved from the detail window, then data in the list window changes. There is a broadcast mechanism that results in the list window reloading its data. When it