Re: [IronPython] MySQL and Iron Python

2010-07-23 Thread Harry Percival
i'm no guru, but if you want to get more pythonic, the list index() function could save you a few lines of code http://docs.python.org/tutorial/datastructures.html :) On Thu, Jul 22, 2010 at 4:05 PM, Ian Hobson wrote: > While not the most efficent (or pythonic) approach, this works. > > query =

Re: [IronPython] MySQL and Iron Python

2010-07-22 Thread Harry Percival
Jeff Hardy's port of sqlite to c#: http://bytebucket.org/jdhardy/ironpython.sqlite/wiki/Home On Thu, Jul 22, 2010 at 12:34 PM, Vernon Cole wrote: > Harry: >   Which dbapi package are you running under sqlalchemy? > -- > Vernon > > On Thu, Jul 22, 2010 at 2:24 AM,

Re: [IronPython] MySQL and Iron Python

2010-07-22 Thread Harry Percival
Hi Ian, I've been having fun getting sqlalchemy ( http://www.sqlalchemy.org/ ) to work on IronPython for the last few months. If you want a richer API for querying databases, it's pretty good - although it's primarily designed as an ORM, so it's philosophy is more about definining your OO classes

Re: [IronPython] IronPython tool VS 2010 - numby

2010-07-12 Thread Harry Percival
if you meant numpy, it doesn't work natively on ironpython, but you can still use it with IronClad http://www.resolversystems.com/documentation/index.php/Ironclad On Mon, Jul 12, 2010 at 5:47 PM, Philipp Singer wrote: > Hey! > > Can anybody tell me, how to add the numby library to my visual stud

Re: [IronPython] IronPython 2.6 CodePlex Source Update

2010-06-29 Thread Harry Percival
+1 for Mono support. On Tue, Jun 29, 2010 at 4:33 AM, Tristan Zajonc wrote: > I care about Mono support. I believe the trunk is 4.0 compatible but > binaries currently do not exist for most platforms.  It would be nice if > there was some minimal amount of testing against Mono to ensure major > I

Re: [IronPython] sqlalchemy + sqlite on ironpython

2010-04-19 Thread Harry Percival
only a partial implementation as > well. > > I think #1 is the better long-term option because System.Data.Sqlite > (#2) isn't capable of supporting all of Python's sqlite3 module and is > thus a bit of a dead end. I don't know which of the two is actually > more ca

[IronPython] sqlalchemy + sqlite on ironpython

2010-04-18 Thread Harry Percival
Hey all, trying to get SQLAlchemy + SQLite working on IronPython.  Any tips? I think SQLAlchemy is installing OK, but slqite seems to be the real stumbling block. Here's what I've tried so far: 1/ use cpython sqlite via Ironclad: doesn't work ( http://code.google.com/p/ironclad/issues/detail?id=