2008/9/17 Remy Blank <[EMAIL PROTECTED]>

> > 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.
>

Yeah I literally just a couple of minutes ago came across
http://trac-hacks.org/ticket/3604

I applied the suggestion to iniadmin and just this second installed it and
its all run quite happily.
Gonna go through the other plugins and do the same....

What's the best way to hand on my updates? ticket with attached file on each
plugin?

Stephen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to