I did not use either. I think I got the source and ran: python setup.py install
In my site-packages directory, I have a folder called Babel-1.3-py2.7.egg-info and one called babel (which seems to contain 1.3 babel code). As expected, there is nothing in easy-install.pth. Could I just move Babel-1.3-py2.7.egg-info and babel out of the way and install Babel with easy_install? It is only used by Trac. On Wed, Jun 11, 2014 at 2:08 PM, Jun Omae <[email protected]> wrote: > On Wed, Jun 11, 2014 at 8:54 PM, Roger Oberholtzer > <[email protected]> wrote: > > Stupid question: How to downgrade Babel. Or, is 1.0.2dev usable? > > How to downgrade depends on how to install Babel... > > If Babel is installed using easy_install, run the following. > > $ easy_install -U Babel==0.9.6 > > If Babel is install using pip, run the following. > > $ pip uninstall Babel > $ pip install Babel==0.9.6 > > Trac 1.0.2dev is available in Trac repository, > http://svn.edgewall.org/repos/trac/branches/1.0-stable > See http://trac.edgewall.org/wiki/TracDownload#Tracstable > > -- > Jun Omae <[email protected]> (大前 潤) > > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/trac-users. > For more options, visit https://groups.google.com/d/optout. > -- Roger Oberholtzer -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
