Re: Django.contrib.markup problems

2007-07-29 Thread Steve

On Jul 27, 6:57 pm, "Robert Coup" <[EMAIL PROTECTED]>
wrote:
>
> I suspect whatever is hosting your site (mod_python? fcgi?) is using a
> different path or a different interpreter (like 2.4). Print the value
> of sys.path from a view and see whether it includes the right folder.
>
> The other thing is to look in the
> django/contrib/markup/templatetags/markup.py file and make sure django
> is importing the same thing you are in the shell.
>
> Rob :)

Thanks for your tips. I finally figured out that my dispatch.fcgi
wasn't settings the proper folder in sys.path.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Django.contrib.markup problems

2007-07-27 Thread Robert Coup

On 28/07/07, Steve <[EMAIL PROTECTED]> wrote:
> I am on a shared hosting environment, and am attempting to make use of
> the textile filter. I have installed the textile library in $HOME/lib/
> python2.3/site-packages, which is on my $PATH, and my $PYTHONPATH. I
> can import textile through the python interactive interpreter and
> execute it correctly. However, when I place 'django.contrib.markup'
> into my INSTALLED_APPS, and add the textile filter to my template tag,
> Django throws this error:
>
>   Error in {% textile %} filter: The Python textile library
> isn't installed.
>
> Since I couldn't get textile to work, I've since tried Markdown.
> Again, I installed it into $HOME/lib/python2.3/site-packages, can
> import it through the interpreter, but cannot use it in my Django
> templates.

I suspect whatever is hosting your site (mod_python? fcgi?) is using a
different path or a different interpreter (like 2.4). Print the value
of sys.path from a view and see whether it includes the right folder.

The other thing is to look in the
django/contrib/markup/templatetags/markup.py file and make sure django
is importing the same thing you are in the shell.

Rob :)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Django.contrib.markup problems

2007-07-27 Thread Steve

I am on a shared hosting environment, and am attempting to make use of
the textile filter. I have installed the textile library in $HOME/lib/
python2.3/site-packages, which is on my $PATH, and my $PYTHONPATH. I
can import textile through the python interactive interpreter and
execute it correctly. However, when I place 'django.contrib.markup'
into my INSTALLED_APPS, and add the textile filter to my template tag,
Django throws this error:

  Error in {% textile %} filter: The Python textile library
isn't installed.

Since I couldn't get textile to work, I've since tried Markdown.
Again, I installed it into $HOME/lib/python2.3/site-packages, can
import it through the interpreter, but cannot use it in my Django
templates.

If anybody could offer my any advice on how to get it working properly
I would greatly appreciate it.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---