Manjaro Python 3.8.5 BTL module install? ModuleNotFoundError: No module named 'BTL'

Hello,

latest Manjaro, python 3.8.5

py. script says:
ModuleNotFoundError: No module named ‘BTL’

So i try: pip install BTL

ERROR: Could not find a version that satisfies the requirement BTL (from versions: none)
ERROR: No matching distribution found for BTL

I think you are looking for bencode ?

thx, that was the first thing that the script asked… and this module installation went ok:

Requirement already satisfied: bencode in /usr/lib/python3.8/site-packages (1.0)

yet it says:

raceback (most recent call last):
File “QB_migrate_to_linux.py”, line 17, in
import bencode
File “/usr/lib/python3.8/site-packages/bencode/init.py”, line 13, in
from BTL import BTFailure
ModuleNotFoundError: No module named ‘BTL’

Then maybe its just a bad/outdated script?

“pip install bencode.py”
Now the script seems to work, but maybe it was not this what made it working.