You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: