Thanks; that did the trick. I had tried using /projects/myproject since the URL for my project was http://localhost/projects/myproject but as you pointed out, the full local path name is what was required.
Thanks, -Emin On Jul 15, 8:22 am, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote: > /var/trac/myproject is an example, here. > > you want to replace this path with the one of your actual Trac > project, that is the one you've used to create the environment. > > In other words, the path you used with "trac-admin initenv". > > HTH, > Manu > > On 7/15/07, Emin <[EMAIL PROTECTED]> wrote: > > > > > > > > > Dear Experts, > > > I am trying to setup trac on windows with Apache using mod_python. > > Things seem to work fine with the stand alone tracd server, but I > > think the following line in the Apache <Location> directive suggested > > athttp://trac.edgewall.org/wiki/TracModPythondoes not work on > > windows: > > > PythonOption TracEnv /var/trac/myproject > > > I don't see a /var directory on the windows apache configuration and > > my apache error log gets complaints about things not existing. > > > How should one set the TracEnv PythonOption for windows? > > > Thanks, > > -Emin > > -- > Manu- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
