ortegaalfredo / blockchainbay

Torrent distribution tool hosted on a EVM-compatible blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing "web" module

mrx23dot opened this issue · comments

pip3 install blockchainbay

doesn't include

    from blockchainbay import web1
  File "/home/pi/.local/lib/python3.9/site-packages/blockchainbay/web1.py", line 1, in <module>

pip3 install web.py
works but then

Traceback (most recent call last):
  File "/home/pi/.local/bin/blockChainBay.py", line 512, in <module>
    init()
  File "/home/pi/.local/bin/blockChainBay.py", line 184, in init
    log("Is blockchain connected: "+repr(web3.isConnected()),'I')
AttributeError: 'Web3' object has no attribute 'isConnected'