Chris wrote: > I ran the RC1 Windows exe. Previously had beta 2 installed. I've > restarted Apache and when I run trac-admin F:/tracrepo/project1 > upgrade receive the below error. Also, viewing Trac in the browser and > going to About shows the version as 0.11b2. Did I miss a step in the > upgrade process? > >
Perhaps you should have stopped apache before running the rc1.exe? After the installation, you should have a Trac-0.11rc1-py2.3.egg-info folder in your C:\Program Files\Python25\Lib\site-packages folder. If it's not there, you will indeed see the error below: > Traceback (most recent call last): > File "C:\Program Files\Python25\Scripts\trac-admin-script.py", line > 5, in <mod > ule> > from pkg_resources import load_entry_point > File "C:\Program Files\Python25\Lib\site-packages\pkg_resources.py", > line 2565 > , in <module> > parse_requirements(__requires__), Environment() > File "C:\Program Files\Python25\Lib\site-packages\pkg_resources.py", > line 524, > in resolve > raise DistributionNotFound(req) # XXX put more info here > pkg_resources.DistributionNotFound: Trac==0.11rc1 > > But it should be there. I just removed it, de-installed 0.11rc, re-installed it, and it was created again. So if you didn't have it in the first place (or more probably in your case, you have the old one from the 0.11rc2 installer), maybe that was because apache kept some file opened. -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
