Re: [IronPython] Standard Library Inclusion - C Extension Modules

2008-08-07 Thread Curt Hagenlocher
On Thu, Aug 7, 2008 at 1:24 PM, Michael Foord <[EMAIL PROTECTED]> wrote: > Curt Hagenlocher wrote: > >> The sqlite example is more complicated for two reasons: >> 1) There wouldn't be any point in doing it unless we could distribute >> the referenced third-party project as well. > > Actually - ther

Re: [IronPython] Standard Library Inclusion - C Extension Modules

2008-08-07 Thread Michael Foord
Curt Hagenlocher wrote: I had a brief discussion about this with Harry and want to add a few things. On Thu, Aug 7, 2008 at 7:26 AM, Curt Hagenlocher <[EMAIL PROTECTED]> wrote: Seo's example is a simpler one. Harry is working on is getting legal approval for accepting community contribution

Re: [IronPython] Standard Library Inclusion - C Extension Modules

2008-08-07 Thread Curt Hagenlocher
I had a brief discussion about this with Harry and want to add a few things. On Thu, Aug 7, 2008 at 7:26 AM, Curt Hagenlocher <[EMAIL PROTECTED]> wrote: > > Seo's example is a simpler one. Harry is working on is getting legal > approval for accepting community contributions into the modules. Onc

Re: [IronPython] Standard Library Inclusion - C Extension Modules

2008-08-07 Thread Carl Cerecke
On Fri, Aug 8, 2008 at 2:26 AM, Curt Hagenlocher <[EMAIL PROTECTED]> wrote: > The sqlite example is more complicated for two reasons: > 1) There wouldn't be any point in doing it unless we could distribute > the referenced third-party project as well. This probably gives Harry > the opportunity f

Re: [IronPython] Standard Library Inclusion - C Extension Modules

2008-08-07 Thread Curt Hagenlocher
On Thu, Aug 7, 2008 at 6:06 AM, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: > > 2008/8/7 Michael Foord <[EMAIL PROTECTED]>: > > For example, could sqlite be ported with a compatibility shim and > > System.Data.SQLite? > > http://sqlite.phxsoftware.com/ > > I must mention pyexpat here, which a lot of P

Re: [IronPython] Standard Library Inclusion - C Extension Modules

2008-08-07 Thread Jeff Hardy
> For example, could sqlite be ported with a compatibility shim and > System.Data.SQLite? > http://sqlite.phxsoftware.com/ I've actually written such a thing while working with Django, based on Seo's db work in FePy. It completely replaces the sqlite3 module instead of being a shim as it was much

Re: [IronPython] Standard Library Inclusion - C Extension Modules

2008-08-07 Thread Sanghyeon Seo
2008/8/7 Michael Foord <[EMAIL PROTECTED]>: > For example, could sqlite be ported with a compatibility shim and > System.Data.SQLite? > http://sqlite.phxsoftware.com/ I must mention pyexpat here, which a lot of Python XML tools rely on, and which has been available as a compatibility shim around S