| Issue 84: | MArkDown must be pre-installed? | |
| 1 person starred this issue and may be notified of changes. | Back to list |
If yes, maybe you want to state it in the how-to page too! I couldn't run the forum with out installing markdown first, and I got it here (never used it before): http://www.freewisdom.org/projects/python-markdown/Installation Although on the same site I read that markdown comes with django... in that case you might wanna change these lines: try: from markdown import markdown except ImportError: class MarkdownNotFound(Exception): def __str__(self): return "Markdown is not installed!" raise MarkdownNotFound thanks!
Nov 2, 2009
#1
byme...@gmail.com
Jan 25, 2011
There is a line in the README.txt noting that python-markdown is required.
Status:
Done
Owner: rwpoulton |