On Sat, 2006-03-25 at 15:00 -0500, Matthew Good wrote: > On Sat, 2006-03-25 at 07:47 -0500, Christopher Ness wrote: > > Anyone know why "TracError" would not be found? > > > I'm running svn-1.3.x and trac-0.9-stable > > No, you seem to be running a mix of code from 0.9-stable and trunk. The > file "trac/util/__init__.py" was added in the trunk to create > sub-"trac.util" modules, and TracError was moved into "trac.core". > However with your mixture TracError is defined in neither "trac.core" or > "trac.util" and they're both attempting to import it from each other. > > So, you'll need to clean up your installation to use *only* 0.9-stable > code.
You're absolutely right Matt. I wanted to see what was going on with the HEAD version of the code base and installed it. Things failed, I tried to go back to stable and it didn't work either. I'm not sure of the `setup.py` program, but I don't see an "uninstall" target (like a Makefile may include). I'll be fine cleaning out my trac installation, but I made the incorrect assumption that the `setup.py install` command would take care of the required installation. I'm off to clean my install base. Cheers, Chris -- http://www.nesser.org _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
