kiprasvitas / Chroma-Krunker-Client

A simplified, high-performance Krunker client that contains custom CSS.
1 stars 0 forks source link

Import webview #1

Open Heylo234 opened 2 years ago

Heylo234 commented 2 years ago

When I was downloading the requirements, it said pip install WEBVIEW but when I debugged it, at the top of ur code where it says import webview, the debugger didn't know what webview was, so the code just didn't work because it didn't import. Can u fix this?

Sapphire-code commented 1 year ago

When I was downloading the requirements, it said pip install WEBVIEW but when I debugged it, at the top of ur code where it says import webview, the debugger didn't know what webview was, so the code just didn't work because it didn't import. Can u fix this?

you have to install the pywebview library, not webview. You can install pywebview by writing the following in your respective operating system's cli interface, for windows it is command prompt or powershell, for linux it is bash. pip install pywebview