> In each case in the log files I'm seeing cannot "import name sorted" or
> "cannot import name set".  Any thoughts what might be causing this or
> how to fix it?

trunk dropped support for Python 2.3, where "sorted" and "set" didn't
exist and were defined in trac.util.compat. Starting with 2.4, they are
built-in, so they don't need to be imported.

You can just drop these imports from the relevant files.

You are not the first person to report this problem. I'll probably
commit a small fix to trunk to avoid too many people hitting this problem.

-- Remy

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to