Re: [IronPython] Python Modules

2009-08-12 Thread Michael Foord
Thibaut Barrère wrote: Another link that could be useful: http://code.google.com/p/csharp-sqlite/ maybe some rewrapping of this is possible ? That's highly experimental and currently 3-5x slower than SQLite. Really not ready to use yet (and still not compatible with pysqlite anyway). Mi

Re: [IronPython] Python Modules

2009-08-12 Thread Jeff Hardy
On Wed, Aug 12, 2009 at 11:22 AM, KATO Kanryu wrote: >> But I have this problem: in one of my classes i use pysqlite module. > > fepy has one! > This is compatible with db-api 2.0 :) > This uses System.Data.SQLite.dll > > http://fepy.svn.sourceforge.net/viewvc/fepy/trunk/dbapi/sqlite3/dbapi2.py?rev

Re: [IronPython] Python Modules

2009-08-12 Thread KATO Kanryu
> But I have this problem: in one of my classes i use pysqlite module. fepy has one! This is compatible with db-api 2.0 :) This uses System.Data.SQLite.dll http://fepy.svn.sourceforge.net/viewvc/fepy/trunk/dbapi/sqlite3/dbapi2.py?revision=592&view=markup Regards, KATO Kanryu ___

Re: [IronPython] Python Modules

2009-08-12 Thread Thibaut Barrère
Another link that could be useful: http://code.google.com/p/csharp-sqlite/ maybe some rewrapping of this is possible ? hth, Thibaut -- http://www.learnivore.com ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi

Re: [IronPython] Python Modules

2009-08-12 Thread Brian Curtin
On Wed, Aug 12, 2009 at 09:44, Alexander Mail wrote: > Hi, > I'm developing an application for MacOsX build with python and cocoa. Now I > want to convert my project to a Windows .Net project. > But I have this problem: in one of my classes i use pysqlite module. > How i can use this module on Iro

[IronPython] Python Modules

2009-08-12 Thread Alexander Mail
Hi, I'm developing an application for MacOsX build with python and cocoa. Now I want to convert my project to a Windows .Net project. But I have this problem: in one of my classes i use pysqlite module. How i can use this module on IronPython? Thanks Marco _