Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on windows #4

Closed
sandorex opened this issue Aug 31, 2021 · 5 comments
Closed

Does not work on windows #4

sandorex opened this issue Aug 31, 2021 · 5 comments

Comments

@sandorex
Copy link

I installed it using pip and install PyQt5 and all i get when running is

PS C:\Users\Sandorex> pter
Neither PyQt5 nor curses are installed.
@vonshednob
Copy link
Owner

vonshednob commented Sep 4, 2021

Thanks for reporting this!

The default interface is based on curses and is known to not work that great on Windows in the first place, even if you install windows-curses from pypi. So Qt5 is a good choice.

However, please rather start it through qpter instead of pter.

If that still fails, could you tell me what happens when you attempt to import PyQt5 from your python prompt?

@sandorex
Copy link
Author

sandorex commented Sep 4, 2021

Ah this is my bad, my mind did not see the section about PyQt, qpter does work!
Sorry for the trouble

@sandorex sandorex closed this as completed Sep 4, 2021
@vonshednob
Copy link
Owner

No problem, glad it works. Maybe I should be more explicit in the README then. 🤔

@sandorex
Copy link
Author

sandorex commented Sep 5, 2021

Maybe I should be more explicit in the README then. 🤔

Maybe just placing the command for launching with QT just below the TUI one would prevent someone from missing it like i did



To launch pter you have to tell it where your todo.txt file is:

pter ~/todo.txt

# GUI mode using QT (requires PyQt5)
qpter ~/todo.txt

...

@vonshednob vonshednob reopened this Sep 7, 2021
@vonshednob
Copy link
Owner

Fixed in 9def513

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants