Ilias Lazaridis wrote: > Christian Boos wrote: > > Ilias Lazaridis wrote: > > > I've checked out 0.11dev on the production site right after the release > > > of 0.10. > > > > > > How save is it at this point to switch to 0.11dev? > > > > > > Are there any "quite-stable" revision which I could use? > > > > > > Or go directly with head? > > > > Head is fine to use, AFAICT. > > ... > > ok. > > I assume I have to install Genshi head, too?
Should work, but the requirement is Genshi >= 0.3 (so the packaged 0.3.1 release should work fine). > > Any other dependencies? > Besides a database and its Python adapter, no. Guess you have one of those already, but just in case: PySqlite 2.3.2 or equivalently, the sqlite3 coming with Python is the best choice when using SQLite (>= 3.3.4 preferred). PostgreSQL (>= 8.1? not sure about which versions are supported) and the bindigns: - psycopg2 (2.5.0.1) - pyPgSQL (2.5.1) There are other bindings: psycopg1 (obsolete, not supported with Trac) and PyGreSQL (not yet supported, but could be, I think) MySQL (>= 4.x? not sure about the minimal requirements, I use 5.0.24) and MySQLdb (1.2.1_p2). But MySQL support is not that robust yet (lots of opened tickets for 0.10.1, especially w.r.t unicode) > (btw: I just realize that I cannot upgrade on production server, as I > have to migrate my plugin first) Note also that you can already use the Webadmin plugin with 0.11: see sandbox/webadmin-genshi, should work fine too. Forgot to mention: Python 2.3, 2.4 and 2.5 should all work fine with Genshi and Trac (except currently for a minor issue with 2.5, see #3925). -- Christian PS: second post, Google Groups bombed at first attempt... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev -~----------~----~----~----~------~----~------~--~---
