Re: Grrr, can't import custom template tag

2008-04-28 Thread Jay
Hi! Yes, in fact on the development server it works fine. On the production server I'm using lighttpd/fcgi, and I have stopped and restarted both approximately 800 times. It's very strange. I feel like it must be something to do with my server configuration. I have the exact same versions of

Re: Grrr, can't import custom template tag

2008-04-28 Thread David Reynolds
On 28 Apr 2008, at 1:35 am, Jay wrote: > And I think that's it. This is really driving me crazy. Is there > anything I'm forgetting? Anything obvious? I would be extremely > grateful if someone could give this a once-over and let me know what > I'm missing. If you're running on Apache, have

Re: Grrr, can't import custom template tag

2008-04-27 Thread Jay
Even more frustrating is that I just checked in the python shell and can successfully load paginate: #python Python 2.5.1 (r251:54863, Mar 7 2008, 03:39:23) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 Type "help", "copyright", "credits" or "license" for more information.

Grrr, can't import custom template tag

2008-04-27 Thread Jay
Hi, all. I think I have an uncommon problem here--I've been looking into it for hours, and it's driving me crazy. I'm trying to install a custom paginator template tag in Django revision 7403. I'm getting the error message: 'paginate' is not a valid tag library: Could not load template library