ivicanikolicsg / MAIAN

MAIAN: automatic tool for finding trace vulnerabilities in Ethereum smart contracts
MIT License
556 stars 157 forks source link

File "gui-maian.py", line 17, in <module> from Queue import Queue ModuleNotFoundError: No module named 'Queue' #38

Open djeneric45 opened 3 years ago

djeneric45 commented 3 years ago

on running python3 gui-maian.py

File "gui-maian.py", line 17, in from Queue import Queue ModuleNotFoundError: No module named 'Queue'

gsalzer commented 2 years ago

Use from queue import Queue instead (note the lowercase q in the name of the module).