On 6/15/06, mamcxyz <[EMAIL PROTECTED]> wrote:
>
> No, for use under lighttpd only
>

Well, if your using lightttpd, then you are calling django from a fcgi
script. The first line (the shebang) of that script should tell the
system  which interpreter to use. Probably looks something like this;

    #!/usr/bin/python

Just change the path to point to your install of python2.4. Perhaps

    #!/usr/bin/python24


-- 
----
Waylan Limberg
[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to