Nothing is printed to the screen on Ubuntu and on Windows, it keeps printing the ImportError:
print('This program requires the bext module, which you')
print('can install by following the instructions at')
print('https://pypi.org/project/Bext/')
I tried spinning up a virtual env but same results.
Nothing is printed to the screen on Ubuntu and on Windows, it keeps printing the ImportError: print('This program requires the bext module, which you') print('can install by following the instructions at') print('https://pypi.org/project/Bext/')
I tried spinning up a virtual env but same results.