ephraim / lcurse

Python script to have a "curse" compatible client for linux
The Unlicense
51 stars 24 forks source link

Python 3.7 #65

Open Aliervo opened 5 years ago

Aliervo commented 5 years ago

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.

ephraim commented 5 years ago

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

Zerqz commented 5 years ago

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'

ephraim commented 5 years ago

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