Comment 5 for bug 1732695

Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Hi Marco, thanks for your feedback.

Can you please open a terminal, launch python3 there, enter these lines and paste the output?

>>> import PyQt5
>>> PyQt5.__path__
>>> import PyQt5.QtCore
>>> PyQt5.QtCore.__file__
>>> import PyQt5.QtWebKit

(lines 2 and 4 should print some paths; line 5 may either succeed or print an exception).