Samuel Monsarrat wrote:
> I have juste installed trac with easy_install BEFORE installing Babel.
> In http://trac.edgewall.org/wiki/TracInstall one reads " If you
> install Babel later on, you will need to re-install Trac", but how ?
> easy_install Trac just says that it is already installed.

You have to remove Trac's code and data in your Python's site-packages.
On *nix systems, this is typically:

 * Remove the file or folder:

    /usr/lib/python2.6/site-packages/Trac-0.12.1-py2.6.egg

 * Edit the following file, and remove the line mentioning the file or
folder above (not sure this is actually needed):

    /usr/lib/python2.6/site-packages/easy_install.pth

Of course, you should adapt the paths to your Python and Trac versions.
On Windows, the paths are typically in:

    C:\Python26\Lib\site-packages

-- Remy

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to