Open AstraLuma opened 8 years ago
On windows, pywebview requires either pywin32 or pythonnet. pywin32 isn't pip installable.
pywebview requires pywin32 no matter what, but pypiwin32 exists.
comtypes is also required.
pythonnet is entirely optional, depending on if we want to use the .NET or Win32/COM API.
On windows, pywebview requires either pywin32 or pythonnet. pywin32 isn't pip installable.