the easiest might be to * easy_install --install_dir the plugins * set python_path * run "nohup tracd", i.e. trac standalone * maybe put apache cgi / proxy if you really want to have it reachable via apache
unfortunately there was no tag when changing the api ... and no possibility to mark the plugins as working or not working. rupert. On Nov 14, 3:29 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > Hi, > > is $SUBJECT possible? > Background: I need to check whether all my plugins will work with the > current .11 trunk. > Right now, I'm on 0.11dev-r6137, but AFAIK, with r6138, the API has > been changed, and some plugins may stop working correctly. > If I use for example > > <Location /tractest> > [...] > PythonPath "sys.path + ['/path/to/my/brandnew/trac']" > [...] > </Location> > > my old trac is still in sys.path, correct? If so, which one will be > used? > Is there any other way beside using a second instance of apache and a > second python installation? > > Rainer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
