After installing Trac with easy_install, I can't find fcgi_frontend.py for setting up FastCGI with lighttpd.
I have a fresh installation of Python 2.6 and setuptools 1.4.1 on OS X 10.8 (installed using macports). Then I install Trac using the following command: $ sudo easy_install-2.6 Trac==1.0 After that, there's a Python egg at the following path: /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Trac-1.0-py2.6.egg The egg contains a file called "fcgi_frontend.py" but of course I can't use it without extracting it. Am I supposed to do that manually or am I doing something wrong? Regards Michael -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
