PyQt4.QtWebKit.QWebFrame missing findAllElements() method on debian
- by user249095
I recompiled PyQt4 from source, but the issue still exists.
On another ArchLinux system, it works well. Can someone help me?
Thanks!
on Debian:
import PyQt4.QtWebKit
dir(PyQt4.QtWebKit.QWebFrame.findAllElements)
Traceback (most recent call last):
File "", line 1, in
AttributeError: type object 'QWebFrame' has no attribute 'findAllElements'…