trac.util

Benjamin Kaplan benjamin.kaplan at case.edu
Wed Apr 11 17:02:14 EDT 2012


On Wed, Apr 11, 2012 at 4:52 PM, cerr <ron.eggler at gmail.com> 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/



More information about the Python-list mailing list