[EMAIL PROTECTED] schrieb: > I had a very similar problem that could not be resolved with a simple > install of RuleDispatch. It turned out that removing and re-installing > in the site-packages was not enough. When I deleted the folder: > /var/lib/python-support/python2.5/dispatch > the problem resolved itself. Strange huh? I think it may have come > from running a dev version of ruledispatch, but I am not sure.
/var/lib/python-support/python2.5/ is the directory where Ubuntu installs Python modules from deb packages, so this must have been left over from a distribution package. easy_install will normally not install there but in /usr/lib/python2.X/site-packages or /usr/local/lib/python2.X/site-packages. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

