bczsalba / pytermgui

Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
https://ptg.bczsalba.com
MIT License
2.25k stars 56 forks source link

[BUG] Error when running command "ptg --version" with version 7.0.0 #89

Closed DuckyMomo20012 closed 2 years ago

DuckyMomo20012 commented 2 years ago

Describe the bug I encounter an error when running the command ptg --version on PyTermGUI version 7.0.0

To Reproduce Steps to reproduce the behavior:

  1. Install PyTermGUI version 7.0.0
  2. Run command:
    ptg --version
  3. See the error.

Expected behavior An output with system information.

Screenshots error

System information

I can't provide the output of version 7.0.0.

But, here is the output from version 6.4.0:

PyTermGUI version 6.4.0

System details:
    Python version: 3.10.4
    $TERM:          xterm-256color
    $COLORTERM:     truecolor
    Color support:  ColorSystem.TRUE
    OS Platform:    Linux-5.15.0-41-generic-x86_64-with-glibc2.35
bczsalba commented 2 years ago

Crikey, that's embarrassing! I'll figure out a fix shortly.