btdht-crawler icon indicating copy to clipboard operation
btdht-crawler copied to clipboard

Bdecode fails to import?

Open scriptzteam opened this issue 8 years ago • 0 comments

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

scriptzteam avatar Dec 30 '16 22:12 scriptzteam