Re: Problem using django-typogrify and smartypants

2010-04-16 Thread HiddenWolf
.6/django/template/debug.py" in render_node 71. result = node.render(context) File "/usr/lib/pymodules/python2.6/django/template/loader_tags.py" in render 24. result = self.nodelist.render(context) File "/usr/lib/pymodules/python2.6/django/template/__init__.py" in

Re: Problem using django-typogrify and smartypants

2010-04-15 Thread HiddenWolf
On Apr 15, 3:54 pm, "bax...@gretschpages.com" wrote: > On Apr 14, 11:08 pm, HiddenWolf wrote: > > > > > TemplateSyntaxError at /blog/ > > > Caught an exception while rendering: 'module' object has no attribute > > 'smartyPants' >

Re: Problem using django-typogrify and smartypants

2010-04-15 Thread HiddenWolf
Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) >>> from typogrify import typogrify Traceback (most recent call last): File "", line 1, in ImportError: cannot import name typogrify >>> from

Problem using django-typogrify and smartypants

2010-04-14 Thread HiddenWolf
just can't figure out why things are broken. Does anyone have some tips? Thank you, HiddenWolf - TemplateSyntaxError at /blog/ Caught an exception while rendering: 'module' object has no attribute 'smartyPants' Original Traceback (most recent call las