[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: python-fcgi?




This is what I get in my apache error.log:

[Mon Aug 27 08:57:39 2001] [warn] FastCGI: server "/var/www/web2ldap/fcgi/web2ldap.py" restarted (pid 6110)
Traceback (innermost last):
  File "/var/www/web2ldap/fcgi/web2ldap.py", line 14, in ?
    import sys,os,time,fcgi,threading
ImportError: No module named fcgi
[Mon Aug 27 08:57:39 2001] [warn] FastCGI: server "/var/www/web2ldap/fcgi/web2ldap.py" (pid 6110) terminated by calling exit with status '1'


Line 14 is:

import sys,os,time,fcgi,threading


I have python-ldap installed and updated.  Using debian-woody.


I've never done python before so I'm a bit over my head.  I'll check those
links also.


Thus spake Erdmut Pfeifer (e.pfeifer@science-computing.de):

> On Mon, Aug 27, 2001 at 09:53:12AM -0600, Robert L. Harris wrote:
> > 
> > I'm trying to install web2ldap for apache.  It appears to require the
> > python-fcgi which I can't find.  I've got pythong and the other modules
> > hanging around, but can't find this one.  
> 
> hmm, are you sure you're looking for python-fcgi, and not python-ldap
> (debian package) and the script fcgi.py?  You can get that from:
> 
> http://alldunn.com/python/fcgi.py
> 
> Some more useful info may be found here:
> 
> http://www.suxers.de/python/fcgi.htm
> http://www.fastcgi.com/
> 
> I don't think there are any ready-to-install deb packages for those
> components yet.
> 
> HTH
> 
> -- 
> Erdmut Pfeifer
> science+computing ag
> 
> -- Bugs come in through open windows. Keep Windows shut! --
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



:wq!
---------------------------------------------------------------------------
Robert L. Harris                |  Micros~1 :  
Senior System Engineer          |    For when quality, reliability 
  at RnD Consulting             |      and security just aren't
                                \_       that important!
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'



Reply to: