Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not support python 3.9.6 #647

Open
1Finder1 opened this issue Aug 15, 2022 · 1 comment
Open

Not support python 3.9.6 #647

1Finder1 opened this issue Aug 15, 2022 · 1 comment

Comments

@1Finder1
Copy link

webview.start(gui='cef')

File "G:\PycharmProjects\yandexapp\venv\lib\site-packages\webview_init_.py", line 122, in start
guilib = initialize(gui)
File "G:\PycharmProjects\yandexapp\venv\lib\site-packages\webview\guilib.py", line 101, in initialize
if not try_import(guis):
File "G:\PycharmProjects\yandexapp\venv\lib\site-packages\webview\guilib.py", line 62, in try_import
if import_func():
File "G:\PycharmProjects\yandexapp\venv\lib\site-packages\webview\guilib.py", line 52, in import_winforms
import webview.platforms.winforms as guilib
File "G:\PycharmProjects\yandexapp\venv\lib\site-packages\webview\platforms\winforms.py", line 141, in
from . import cef as CEF
File "G:\PycharmProjects\yandexapp\venv\lib\site-packages\webview\platforms\cef.py", line 12, in
from cefpython3 import cefpython as cef
File "G:\PycharmProjects\yandexapp\venv\lib\site-packages\cefpython3_init_.py", line 64, in
raise Exception("Python version not supported: " + sys.version)
Exception: Python version not supported: 3.9.6 (tags/v3.9.6:db3ff76, Jun 28 2021, 15:26:21) [MSC v.1929 64 bit (AMD64)]

I'm use

pywebview: 3.6.3
cefpython3: 66.0
Python: 3.9.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants