I had been running fine (Mac OS 10.6, PyQt 4.6 and Qt 4.6 I think).
Today, in order to hopefully fix a QWebKit problem, I installed Qt
4.8.4 for Mac OS,
followed immediately by installing the latest stable SIP and PyQt4 from source.
(From source because I'm still on the mac default python 2.6 and t
On Sunday 03 February 2013, 18:13:00 Jiangcheng Bao wrote:
> I am trying to store a current page held by QWebView away, then after
> loading and processing a different page, restore the previous page,
> without having to actually request it again, but it seems that by
> doing the following, the a
On Tue, 05 Feb 2013 16:23:43 +0100, "Frank Hempel"
wrote:
> Hello,
>
> I'm wondering how to call a function of an activex control with more the
8
> parameters. Regarding the Qt doc the QAxBase->dynamicCall() can be
called
> in two ways, with at max 8 separate parameters or with a list of
variable
Hello,
I'm wondering how to call a function of an activex control with more the 8
parameters. Regarding the Qt doc the QAxBase->dynamicCall() can be called
in two ways, with at max 8 separate parameters or with a list of variable
length.
Using dynamicCall from python only seems to work when speci
We've been about the same subject before, see
http://python.6.n6.nabble.com/Error-in-calling-QSignalMapper-bases-td1793973.html
I'm trying to run pylint on some PyQt (QtCore-only) code and stumbled into
http://www.logilab.org/ticket/57299
Tracked down to trying to access QSignalMapper.__module_