After several hours, I can't make it work. I got the db upgrade to work fine, but it won't load in Apache. I was using the wsgi mod and I keep getting a 500 error. Interestingly, the error screen says something about Python2.4.3 even though I've installed 2.5 and configured everything I can find to point at 2.5. I will try again another time, but this upgrade certainly isn't straight forward. Maybe I'll try sticking with Python24.
On Aug 20, 3:03 pm, bduke <[EMAIL PROTECTED]> wrote: > Thanks, I'll give that a try. I didn't know you couldn't install Trac > 11 over 10.4. > > On Aug 20, 2:45 pm, Jonas Borgström <[EMAIL PROTECTED]> wrote: > > > bduke wrote: > > > > Hi, I have a 10.4 installation working fine on a Windows server. I'm > > > trying to upgrade to .11 and getting an error when I run trac-admin. > > > To upgrade, I ran the setuptools, then genshi, then trac-0.11 > > > installers in that order. After that I tried to run the trac-admin > > > upgrade like this: > > > > python c:\python24\scripts\trac-admin.py c:\svn\trac.db upgrade > > > > I get this output: > > > > Traceback (most recent call last): > > > File "c:\python24\scripts\trac-admin.py", line 21, in ? > > > from trac.scripts.admin import run > > > File "c:\python24\lib\site-packages\trac\scripts\admin.py", line 28, > > > in ? > > > from trac.config import default_dir > > > ImportError: cannot import name default_dir > > > > Could someone help me with what step I'm missing? > > > I think this traceback is actually from Trac 0.10.4 and not 0.11. Try to > > completely uninstall/remove your previous version of Trac and then > > reinstall 0.11. > > > / Jonas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
