ncornette / Python-Markdown-Editor

Standalone editor for your markdown files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Dependenies

TomConlin opened this issue · comments

$ ./markdown_edit.py
Traceback (most recent call last):
File "./markdown_edit.py", line 13, in
import markdown
ImportError: No module named markdown

doing
yum install python-markdown
makes that error go away but I have no idea it that is necessary or sufficient.
for example, I also see a python-markdown2 package available

too old