On 1/30/07, Ben Sizer <[EMAIL PROTECTED]> wrote: > > > On Jan 30, 3:05 pm, Jorge Godoy <[EMAIL PROTECTED]> wrote: > > "Ben Sizer" <[EMAIL PROTECTED]> writes: > > > On Jan 29, 5:01 am, "Mark Ramm" <[EMAIL PROTECTED]> wrote: > > >> If we could get somebody to make a Win32 egg for PySQLite2, and post > > >> it up on the pysqlite download page that would make thousands of > > >> windows developer's lives easier and lessen the stranglehold that > > >> Access seems to have on Windows developer's minds. > > > > > Wouldn't it just make more sense to get Turbogears working properly > > > with Python 2.5, which comes with sqlite3 pre-installed? > > > TG's code should work. > > The problem is, e.g., with RuleDispatch and other projects code. > > That still means that Turbogears, as an overall system, doesn't work > with 2.5. (Which is quite unfortunate given that the Turbogears book > includes 2.5 as a suggested Python installation.) Effort spent > backporting pysqlite3 would be better spent fixing up RuleDispatch or > whatever it relies upon.
Ben it's not that simple, for of all this has noting to do with backports sqlite is a totally independent package that has nothing to do with python versions. the problem with python2.5 and TG is that we depend on a lot of packages and some of them depend on C extensions or other packages, so you have to understand migrating is not that simple, now the same day it was releases I created http://docs.turbogears.org/1.0/Python2.5Support which have been updated by myself and others to reflect when we can start with the migration. Recently the last third-party of our third-parties :) (pyrex) was finally releases http://groups.google.com/group/turbogears-trunk/browse_thread/thread/14fd1c705767223btherefore we are only depending on RuleDispatch to be ported, now Ruledispatch is a pure C module for handling generic multiple dispatch ones that works fine with python2.5 we can start working on making TG work with python2.5. So as I said it's not that simple. -- > Ben Sizer > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

