On Wed, Apr 11, 2012 at 4:52 PM, cerr <[email protected]> wrote: > > Hi, > > I want to install some python driver on my system that requires trac.util > (from Image.py) but I can't find that anywhere, any suggestions, anyone? > > Thank you very much, any help is appreciated! > > Error: > File "/root/weewx/bin/Image.py", line 32, in <module> > from trac.util import escape > ImportError: No module named trac.util > > > Ron > --
Trac is a project management program. I'm not sure why anything other than a Trac plugin would have it as a dependency, but there is a trac.util.escape defined in there. http://trac.edgewall.org/ -- http://mail.python.org/mailman/listinfo/python-list
