Re: [Tutor] Having a problem with markdown

2011-01-26 Thread Tino Dai
On Wed, Jan 26, 2011 at 2:46 AM, ian douglas ian.doug...@iandouglas.comwrote: Hey all, I followed a tutorial on creating a very simple wiki in Python, which worked fine until the example where the instructor wanted to render the output through markdown.markdown() Here's the view code:

Re: [Tutor] Having a problem with markdown

2011-01-26 Thread ian douglas
Thanks Tino, It's certainly not homework, I'm learning Python after being in the Perl/PHP world for well over a decade. Trying to teach this old dog some new tricks. On Jan 26, 2011 6:47 AM, Tino Dai obe...@gmail.com wrote: On Wed, Jan 26, 2011 at 2:46 AM, ian douglas ian.doug...@iandouglas.com

Re: [Tutor] Having a problem with markdown

2011-01-26 Thread Benjamin Kircher
On Jan 26, 2011, at 4:11 PM, ian douglas wrote: Thanks Tino, It's certainly not homework, I'm learning Python after being in the Perl/PHP world for well over a decade. Trying to teach this old dog some new tricks. On Jan 26, 2011 6:47 AM, Tino Dai obe...@gmail.com wrote: On Wed, Jan

Re: [Tutor] Having a problem with markdown

2011-01-26 Thread ian douglas
Thanks, Benjamin, I figured it was a version issue, I'm just so new to Python that I didn't know where to look. Sorry for polluting the list with Django questions, I thought it was an underlying Python issue, not the framework. -id On 01/26/2011 10:10 AM, Benjamin Kircher wrote: Hi Ian.

[Tutor] Having a problem with markdown

2011-01-25 Thread ian douglas
Hey all, I followed a tutorial on creating a very simple wiki in Python, which worked fine until the example where the instructor wanted to render the output through markdown.markdown() Here's the view code: from agwiki.wiki.models import Page from django.shortcuts import render_to_response