On Thu, Feb 19, 2009 at 2:10 AM, Thomas Waldmann <tw-pub...@gmx.de> wrote: > >> [Wed Feb 18 13:47:35 2009] [error] [client 172.25.60.90] sock = >> socket.fromfd(FCGI_LISTENSOCK_FILENO, socket.AF_INET,\r >> [Wed Feb 18 13:47:35 2009] [error] [client 172.25.60.90] >> AttributeError: 'module' object has no attribute 'fromfd'\r > > Did you use the new moin.cgi from 1.9 and did you modify that code line > in it that forces CGI instead of FastCGI? >
Yes, I am using the new moin.cgi. I didn't modify that line, as it looks like the default is to use CGI. Condensing by eliminating the comments, my moin.cgi looks like this: -------------------------------------- #!d:\python25\python # -*- coding: iso-8859-1 -*- sys.path.insert(0, 'd:\moin') os.environ['FCGI_FORCE_CGI'] = 'Y' # 'Y' for (slow) CGI, 'N' for FCGI from MoinMoin.web.flup_frontend import CGIFrontEnd CGIFrontEnd().run() -------------------------------------- ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Moin-user mailing list Moin-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/moin-user