> You can look at your package manager (apt w/ Debian for example) to
> check the dependencies of your installed mod_python module.
Looks OK. But still the same error. Any ideas what else might be the
problem?
This is what (part) of my apach2.conf looks like:
<VirtualHost 192.168.178.25:80>
ServerName tractest
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
</Directory>
<Location /trac>
SetHandler mod_python
PythonHandler trac.web.modpyhton_frontend
PythonOption TracEnvParentDir /var/trac
PythonOption TracUriRoot "/trac"
PythonDebug On
PythonPath "sys.path +
['/usr/lib/python2.4/site-packages']"
</Location>
</VirtualHost>
(No need for security as this is a local testing machine only ;-))
Alex
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---