I have to install Django for a project and i have to install FastCGI for testing a application on my computer. I have install Python 2.5, Django ,mod_python, Apache2.0. For FastCGI and SCGI i have install flup and i get flup http://trac.saddi.com/flup, there stand i have to install eunuchs if i have python less than 2.4, I have 2.5
if i go in the direction from my and write in the commandline the example from Djangoproject "manage.py runfcgi protocol=scgi" i get an error flup.server.scgi_fork not found and in the commandline from python i write import flup.server.scgi_fork and python write ""Traceback (most recent call last): File "<pyshell#4>", line 1, in <module> import flup.server.scgi_fork File "C:\Python25\lib\site-packages\flup\server\scgi_fork.py", line 70, in <module> from flup.server.preforkserver import PreforkServer File "C:\Python25\lib\site-packages\flup\server\preforkserver.py", line 53, in <module> raise ImportError, 'Requires eunuchs module for Python < 2.4' ImportError: Requires eunuchs module for Python < 2.4"" I download the eunuchs from http://www.inoi.fi/open/trac/eunuchs but i don't know who i install eunuchs. I download http://www.inoi.fi/open/trac/eunuchs/browser/trunk and copy it into the python direction Sorry for my bad English Wenn mir jemand auf Deutsch antworten kann wäre es besser kind regards Thomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---