On Wed, Aug 12, 2009 at 09:44, Alexander Mail <[email protected]>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 IronPython? > Thanks > > Marco Right now you can't use it because the pysqlite/sqlite3 module involves C code, and last I checked it does not work with ironclad. You could look into System.Data.SQLite from http://sqlite.phxsoftware.com/, but it won't be a drop-in replacement for your current sqlite code.
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
