I decided to give pelican a try, but when I run pelican-quickstart, I get the following dialog:
pelican
pelican-quickstart
$ pelican-quickstart Traceback (most re
This error seems to come from Python 2.7.6 on OSX. When I install python via Homebrew and reinstall this module I got rid of this error.
$ pip uninstall pelican $ brew install python $ which python # should show /usr/local/bin/python $ python -V # should show Python 2.7.8 $ pip install pelican