Closed darnassiano closed 7 years ago
I was able to reproduce this. I read somewhere that if the terminal window is to small for the output (in curses) it will throw an error. Try to expand the terminal, reset, then run pytify. Did that help?
Need to solve this somehow.
Terminal window must be at least 100x30
This PR will notify the user if the terminal window is to small https://github.com/bjarneo/Pytify/pull/46 Updated commit: https://github.com/bjarneo/Pytify/commit/d2a84ac3433cbaff1a255bf7869cf9700fda8153
However, I don't think it is the final solution.
Running with > 100x30 size.
@darnassiano what is the output if you type python --version
?
Shebang used in cli.py (the entrypoint) is #!/usr/bin/env python
. So you might be using python2 as default. Which means I should update #!/usr/bin/env python
to python3
Thanks for letting me know the errors :)
Now works! :) hehe
@darnassiano Good to hear :)
This should solve the issue, so it targets python3 https://github.com/bjarneo/Pytify/commit/ed2ba5dadb5f416b7ad84b7ad3e846ca505b9547
After searching I get the following error message:
And
pytify
stops...I looked at some help with this 'addwstr() ERR' and found that might be an issue with
libncurses5
orlibncursesw5
dependencies. I upgraded both (tried reinstalling only one or both, simlink etc etc) but it not worked at allDo somebody can help me?