passiomatic / coldsweat

Web RSS aggregator and reader compatible with the Fever API
MIT License
146 stars 21 forks source link

'ImportError: cannot import name run' on install #23

Closed chrispk closed 11 years ago

chrispk commented 11 years ago

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

passiomatic commented 11 years ago

Looks like you are running sweat.py not in the directory you installed Coldsweat.

chrispk commented 11 years ago

My bad - I stripped the app of the coldsweat-master directory accidentally...