nescio007 / teether

Apache License 2.0
134 stars 65 forks source link

No module named teether.cfg.cfg #4

Closed xpao24 closed 5 years ago

xpao24 commented 5 years ago

python bin/extract_contract_code.py test.code > test.contract.code

Traceback (most recent call last): File "bin/extract_contract_code.py", line 5, in from teether.cfg.cfg import CFG ImportError: No module named teether.cfg.cfg

nescio007 commented 5 years ago

Hi, thanks for your issue. All scripts assume that the teether package is installed in the python path (using e.g. python setup.py install). I have updated the readme accordingly