webview-python icon indicating copy to clipboard operation
webview-python copied to clipboard

Python bindings to webview

Results 6 webview-python issues
Sort by recently updated
recently updated
newest added

Are there plans to eventually provide an implementation for `WebView.bind`?

when try to install get this eror: http://prntscr.com/nqor9t have win10 and c++ build tools Any help?

First, thanks for the nice work :) I'm writing thise issue for potential future reference/memory as this repo is mentionned as "Python bindings" in the [webview repo](https://github.com/WebView/webview) I've been giving...

I try to install and have error. user@user-user:~$ pip3 install --user webview Collecting webview Using cached https://files.pythonhosted.org/packages/0c/5f/6e84700b7825bcddb12cd3eead8ac787d9d624be9f2c01aa4fb9a88572a9/webview-0.1.5.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File...

import webview webview.create_window('m3u8', url='https://www.jwplayer.com/developers/stream-tester/', html='', js_api='', width=800, height=600, x=None, y=None, resizable=True, fullscreen=False, min_size=(1367, 770), hidden=False, frameless=False, minimized=False, confirm_close=False, background_color='#FFF', text_select=False) webview.start(gui='cef') webview.start(func=None, args=None, localization={}, http_server=True, gui=None, debug=False) webview.start(debug=True) webview.token iam...