Andrew Backer wrote: > Ok, I fixed it. > > > GENSHI was the problem. So, after upgrading to the latest genshi I > can run upgrade. > > The new trunk requires .63_dev.blah,
Correction, Trac trunk (0.12dev) currently requires a specific branch of Genshi: svn co http://svn.edgewall.org/repos/genshi/branches/experimental/advanced-i18n as described in http://trac.edgewall.org/milestone/0.12 > and I had installed using > easy_setup so I could only get .5. Downloading trunk and building/ > installing from that solved the problem. The error is in the apache > error log when you try to access the site... but no warnings when you > run admin. Here is the stacktrace, I think some parts are amusing: > > trac.web.modpython_frontend: > File "C:\\...\\setuptools-0.6c3-py2.4.egg\\pkg_resources.py", > line 585, in require\n > needed = self.resolve(parse_requirements(requirements)) > > trac.web.modpython_frontend: > File "C:\\...\\setuptools-0.6c3-py2.4.egg\\pkg_resources.py", > line 487, in resolve\n > raise VersionConflict(dist,req) # XXX put more info here > > trac.web.modpython_frontend: VersionConflict: > (genshi 0.5.1 (c:\\...egg), Requirement.parse('Genshi>=0.6dev-r960')) > > > I LOVE the "XXX put more info here" message. > Well, as this is part of setuptools, we should probably try harder to hide this backtrace. > I am not sure how Genshi config problems cause trac-admin to "not > recognize" sqlite. Eek. Seems like much better error messages are in > order. > Yes, we should make the install procedure a bit more robust, yes. -- 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 -~----------~----~----~----~------~----~------~--~---
