btdht-crawler
btdht-crawler copied to clipboard
Bdecode fails to import?
Traceback (most recent call last):
File "./feed.py", line 27, in <module>
from crawler import get_id, HashToIgnore
File "/home/btdht-crawler/crawler.py", line 19, in <module>
import torrent
File "/home/btdht-crawler/torrent.py", line 11, in <module>
from btdht.utils import bencode, bdecode, _bdecode, BcodeError, ID
ImportError: cannot import name _bdecode