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

hdlg not supported on Linux or macOS #1

@signer-ink-beast

Description

@signer-ink-beast

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:

  1. Install Linux somewhere (maybe use WSL2 or a virtual machine?)
  2. Make sure pip is installed. In Mint, I had to run apt install python3-pip.
  3. Install hdlg via pip install --user hdlg
  4. 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).
  5. Start hdlg

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions