adeel / timed

a command-line time tracker
adeel.github.com/timed
MIT License
109 stars 13 forks source link

ImportError: No module named termcolor #10

Closed satybald closed 11 years ago

satybald commented 11 years ago

While installing the program it gives following error:

Traceback (most recent call last): File "/usr/local/bin/timed", line 3, in import timed.client File "/Library/Python/2.7/site-packages/timed/client.py", line 8, in from termcolor import colored ImportError: No module named termcolor

satybald commented 11 years ago

Solution is pretty simple: sudo pip install termcolor