conda-forge / pyside2-feedstock

A conda-smithy repository for pyside2.
BSD 3-Clause "New" or "Revised" License
17 stars 19 forks source link

How to get QtWebEngineWidgets on PySide6? #167

Closed fabioz closed 1 year ago

fabioz commented 1 year ago

Comment:

I'm getting an ImportError with the code:

from PySide6 import QtWebEngineWidgets

with PySide6 from conda-forge (I tested with 6.4.0 as well as 6.4.1).

Note: It seems to be available in PySide6, version 6.4.1 from pypi.

jschueller commented 1 year ago

I tried once to build webengine on conda-forge but did not get very far, it exceeded the timeout https://github.com/conda-forge/qt-webengine-feedstock/pull/12

fabioz commented 1 year ago

Humm... how about an approach where the additional modules are built in a separate package?

I believe this is what's done in https://anaconda.org/conda-forge/pyqtwebengine...

hmaarrfk commented 1 year ago

The fundamental problems is that the underlying c library doesn't exist for pyside6. We weren't able to compile it.