lcurse
lcurse copied to clipboard
Python 3.7
Python 3.7 was released a couple weeks ago and in my testing thus far, lcurse has not broken. All that is needed is to change the 3.6 to a 3.7 in the Pipfile. I will continue to watch for issues, but I was wondering if this will be officially making the version jump.
Thank you for testing this. Will change it to 3.7 with a version jump.
After updating to python 3.7 on Arch I get the following error:
Traceback (most recent call last): File "/usr/bin/lcurse", line 16, in <module> from modules import defines ModuleNotFoundError: No module named 'modules'
is /usr/bin/lcurse a link or a copy? lcurse is expecting a folder "modules" next to it which in case of a copy you most likely don't have. Cheers, ephraim