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 thin

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 py