Closed chrispk closed 11 years ago
Apologies if this is a user issue as I'm not very familiar with Python.
On running the Coldsweat setup with:
Traceback (most recent call last): File "sweat.py", line 6, in from coldsweat.commands import run ImportError: cannot import name run
Looks like you are running sweat.py not in the directory you installed Coldsweat.
My bad - I stripped the app of the coldsweat-master directory accidentally...
Apologies if this is a user issue as I'm not very familiar with Python.
On running the Coldsweat setup with:
python sweat.py setup
Traceback (most recent call last): File "sweat.py", line 6, in
from coldsweat.commands import run
ImportError: cannot import name run