Questions tagged [pelican]

Pelican is a static site generator, written in Python, that requires no database or server-side logic.

1 questions
2
votes
1 answer

OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pelican-3.6.3.dist-info'

I run pip install pelican markdown I got this error message: Exception: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) File…
user284234