How to use webkit with Python? -
i want use webkit python can't figure out.
every example in internet based on pyqt5 webkit this one webkit deprecated module.
then tried install pyside can't.
$ pip3.4 install pyside collecting pyside using cached pyside-1.2.4.tar.gz installing collected packages: pyside running setup.py install pyside ... error complete output command /library/frameworks/python.framework/versions/3.4/bin/python3.4 -u -c "import setuptools, tokenize;__file__='/private/var/folders/rw/62mg3wsx77l44_2rc9d8h6hc0000gn/t/pip-build-fi45551_/pyside/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/rw/62mg3wsx77l44_2rc9d8h6hc0000gn/t/pip-lkgv5ggu-record/install-record.txt --single-version-externally-managed --compile: removing /private/var/folders/rw/62mg3wsx77l44_2rc9d8h6hc0000gn/t/pip-build-fi45551_/pyside/pyside_package running install running build python architecture 64bit error: failed find cmake. please specify path cmake --cmake parameter. ---------------------------------------- command "/library/frameworks/python.framework/versions/3.4/bin/python3.4 -u -c "import setuptools, tokenize;__file__='/private/var/folders/rw/62mg3wsx77l44_2rc9d8h6hc0000gn/t/pip-build-fi45551_/pyside/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/rw/62mg3wsx77l44_2rc9d8h6hc0000gn/t/pip-lkgv5ggu-record/install-record.txt --single-version-externally-managed --compile" failed error code 1 in /private/var/folders/rw/62mg3wsx77l44_2rc9d8h6hc0000gn/t/pip-build-fi45551_/pyside/ then tried code, modulenotfounderror webkit , gtk. searched install modules can't find anything.
is there solution use webkit in python?
os: macos sierra 10.12.5
Comments
Post a Comment