AstraLuma / smol

The Smol MOdpack Launcher
GNU General Public License v3.0
1 stars 0 forks source link

Windows dependencies #1

Open AstraLuma opened 8 years ago

AstraLuma commented 8 years ago

On windows, pywebview requires either pywin32 or pythonnet. pywin32 isn't pip installable.

AstraLuma commented 8 years ago

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.