kraanzu / dooit

An awesome TUI todo manager

Home Page:https://pypi.org/project/dooit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Unable to launch the application (python 3.9)

qubistt opened this issue Β· comments

commented

Describe the bug πŸ›
When I go to my ~/.local/bin and run ./dooit, the app throws a TypeError

To Reproduce 🐣
Steps to reproduce the behavior:

  1. Launch the app using ./dooit
  2. Python version in 3.9
  3. See error
  4. File home/qubist/.local/lib/python3.9/site-packages/dooit/ui/widgets/sort_options-py",line23,inSortOptions name: str I None = None, TypeError: unsupported operand type(s) for I: 'type and 'NoneType

Expected behavior πŸ€”
The app should launch

Screenshots 🧐
No desktop environment currently, so here’s a photo of my screen
41B0075B-DCBE-45FD-8CB2-93A3C51432E5

Desktop (please complete the following information): πŸ€–

  • OS: Raspberry Pi OS Lite (cli only)
  • Version: Debian GNU/Linux 11

Additional context πŸ“
First time using this app,

commented

There could be mistakes in the error in point four since I typed it out myself

Hey @qubistt!

Ah that is because python version <= 3.10

This is already fixed but not released. I'll do that now!
You can reinstall by using this command:

pip install git+https://github.com/kraanzu/dooit.git

I hope the issue was fixed! WIll close this as of now
Feel free to re-open if anything comes up