29 Oct
2009
29 Oct
'09
6:42 p.m.
On Thu, 2009-10-29 at 14:20 -0400, Nate Coraor wrote:
Hi Pedro,
In your case, it looks like the conflicting egg is WebOb. Does it exist in your sys.path anywhere?
[snip]
If you haven't copied your tool config (tool_conf.xml) from the distribution (tool_conf.xml.sample) lately, you might want to do that now, which should fix these errors. Don't forget to copy any local changes (if any) to the new config.
--nate
Thanks Nate, Removing webob, simplejson, pastedeploy, and a few other things did the trick. Do you guys plan on ever letting the system resolve dependencies itself, or are you always going to keep using eggs for self-contained packages? Pedro