Manu OR anyone for that matter I am really hoping you can help me with this one. I fixed my earlier problem of the trac module not being found within apache. Thanks to Manu 's advice. When I try to access the trac environment through Apache, all I get is a listing of everything in the directory. Which I guess is progress because it's not an error.
Python is installed at \Python24. Trac can be be found at \Python24\site-packages\trac (However Manu suggested I might have a \trac\trac directory...I don't) My env is set up at \Program Files\Apache Software Foundation\Apache2.2\htdocs\Worldview I have mod_python installed and working. My Apache config file has these entries in it. <Location /Worldview/> PythonPath "sys.path + ['/Python24/Lib/site-packages/trac']" </Location> <Location /Worldview/> Satisfy all SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/Worldview" PythonOption TracUriRoot /Worldview </Location> Some help would be much appreciated. Cheers Chris --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
