eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.46k stars 314 forks source link

Blog Plugin Not Working? #266

Open bradwrage opened 7 years ago

bradwrage commented 7 years ago

Hello, enable the blog plugin, but then got a bunch of stuff spit back at me. Any idea?

File "build/bdist.macosx-10.12-intel/egg/django_markwhat/templatetags/markup.py", line 61, in markdown ImportError: No module named markdown

bradwrage commented 7 years ago

Any thoughts here?

rob-weiss commented 7 years ago

Hi wragen22,

it seems like your missing the Python Markdown package.

Copy the following into your command line (Terminal App) and press enter to install the Python Markdown package.

easy_install markdown