alixander / PyScribe

DEPCRECATED/UNMAINTAINED - A Python library to make debugging with print statements simpler and more effective.
MIT License
375 stars 22 forks source link

Import utils error #8

Open Eggwise opened 7 years ago

Eggwise commented 7 years ago

when running pyscribe on python 3.5 i get the following error


Traceback (most recent call last):
  File ".....xxxx.py"
line 1, in <module>
    from pyscribe import pyscribe
  File "/usr/local/lib/python3.5/site-packages/pyscribe/pyscribe.py", line 40, in <module>
    import utils
ImportError: No module named 'utils'
LuD1161 commented 7 years ago

You need to install the utils module . Try installing like pip install utils from the terminal or command prompt