Paul Kuykendall

doodle

About Me

EXPERTISE
Hobbyist

Connect

LOCATION
United States
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Qt5, Qt Warn March 12, 2017, 10:48 p.m.

Using this code as suggested with my install path I set this to a tool on the shelf. When executed it produced the white error window described above

from PySide2 import QtWebEngineWidgets
web_view = QtWebEngineWidgets.QWebEngineView()
# Temporarily store web view in hou.session so Python
# does not auto-destroy the browser when the script finishes execution.
hou.session.webview = web_view
web_view.setUrl("file://C:/Program Files/Side Effects Software/Houdini 16.0.0.504.20/houdini/python_panels/quickstart.html")
web_view.show()

Which produced the same errors as above with the same Houdini Console Error of

Qt Warn: /deep/ combinator is deprecated.
See https://www.chromestatus.com/features/6750456638341120 [chromestatus.com] for more details.

I want to edit to say that I did correct the double zeros in the install path…silly me