ModuleNotFoundError: No module named 'modules.block_timestamp
Closed this issue · 3 comments
block0xhash commented
Hi , I am geeting the error below try to scan a contract
/solscan$ python3 main.py scan-contract ~/tmp-contract.sol Traceback (most recent call last): File "/home/dev/solscan/main.py", line 19, in <module> from modules.block_timestamp import * ModuleNotFoundError: No module named 'modules.block_timestamp''
Akriosss47 commented
same
bflorek00 commented
for now, commenting out that line in main.py with a # will help, also usage should be
python3 main.py scan yourcontract.sol
we will update that problem and the readme asap, thanks for ur input
florkie commented
it should work just fine now, also fixed the instruction