Matthew Good wrote: > On Fri, 2006-03-17 at 15:50 -0500, Sean Hussey wrote: > >> Hi everyone, >> >> We're thinking of installing separate Trac instances, through >> InterTrac, to handle different projects, groups, etc. You know, the >> way Trac should be run. :) >> >> What we're worried about, however, is I might have tickets in any >> number of those Trac instances. Has anybody hacked something together >> to produce a report based on multiple Trac instances? >> >> To start, it could just be "Show me ALL of my tickets." >> >> I guess I'll leave it at that so as to not confuse the issue. Has >> anybody done this? >> > > Well, this is a hack I threw together to query all my Trac instances for > my own tickets. This is not written to handle different users from the > same script, but you could use it as a starting point. It's a WSGI app, > but it is currently written to use the "fcgi" module for running as a > FastCGI application. > Sorry to bother you, but I'd really like to try your script, but I get a "ImportError: No module named fcgi". I'm using Apache 2.0.55, and I have mod_fastcgi 2.4.2 and mod_python 3.1.3 installed.
What python module do I have to install? Where can I get it? Thanks in advance, Daniel Serodio _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
