isso-comments / isso

a Disqus alternative
https://isso-comments.de
MIT License
5.03k stars 440 forks source link

'Markdown' object has no attribute 'render' #218

Closed Anaphory closed 8 years ago

Anaphory commented 8 years ago

After a mostly standard installation of isso (python3), I got a 500 error for fetch (/fcgi-bin/isso/?uri=/correlated-characters.html). Digging through the code (I have no experience in debugging WSGI), I found that the error is around line 462 in views/comments.py:

                item['text'] = self.isso.render(item['text'])

does not work on my system, because

'Markdown' object has no attribute 'render'
Anaphory commented 8 years ago

Duplicate of #208