Picio wrote:
> Hello,
> I have a very cheap and small home webserver that uses lighttpd + fastcgi.
> I've read http://www.djangoproject.com/documentation/fastcgi/
> but I don't understand how to install and use "flup".

This is a Python library that you can get here: 
http://www.saddi.com/software/flup/

Download it and install by running:

     python setup.py install

from its directory. Note that usually users don't have permissions to 
install software so you may need to become 'root' or run it with 'sudo' 
depending on your system.

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