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, 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.


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.

On Jun 29, 1:38 pm, Andrew Backer <[email protected]> wrote:
> I am updating to the latest trunk (8334), from 11dev (6934, i think)
> and most of my update script goes ok.  However, when I try to
> "upgrade" the database in trac-admin I get this:
>
> trac-admin <site>
> upgrade
> TracError: Unsupported database type "sqlite"
>
> * Windows
> * Apache 2.0.59 (stopped)
> * py 2.4.3
> * sqlite 3.3.7
> * pysqlite worked fine before, not sure of version
> * genshi 0.5.1
>
> * building this from trunc, using setup.py to install
> * db reads fine from sqlite.exe on commandline
> * upgrade worked fine for .10, .11dev, etc.  delete the eggs and all
> that
>
> Since I am getting this error in the admin, I figure there is a basic
> issue that I haven't solved.  I looked over the 12dev reqs and all my
> versions looked ok.   Any ideas on what else to look at?
>
> Thanks,
> //Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to