lcurse icon indicating copy to clipboard operation
lcurse copied to clipboard

Python 3.7

Open Aliervo opened this issue 6 years ago • 3 comments

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.

Aliervo avatar Aug 10 '18 01:08 Aliervo

Thank you for testing this. Will change it to 3.7 with a version jump.

ephraim avatar Aug 10 '18 06:08 ephraim

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'

Zerqz avatar Aug 11 '18 00:08 Zerqz

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

ephraim avatar Aug 11 '18 10:08 ephraim