dependancy in installer
Status: Beta
Brought to you by:
phatmonkey
when installing on a clean OS X machine, I was missing feedparser and so couldn't run the app. It just needs feedparser added to the setup.py as a dep. A quick fix for anyone coming across this problem is to run "easy_install feedparser" from command line.
I think this is fixed in subversion, can you confirm?