This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Description
I installed hdlg using pip on Linux Mint 20.3. It installed fine, but it fails to run. Line 5 in hdlg/ui/main.py tries to import pythoncom module. With some searching, it looks like that module is part of Active Python or PyWin32, and it only works on Windows.
To reproduce:
- Install Linux somewhere (maybe use WSL2 or a virtual machine?)
- Make sure pip is installed. In Mint, I had to run
apt install python3-pip.
- Install hdlg via
pip install --user hdlg
- If pip says
~/.local/bin isn't in PATH, add this to it via your bashrc with a line like PATH="${PATH}:${HOME}/.local/bin". Source your new bashrc by running . ~/.bashrc in your existing shell(s).
- Start hdlg