Re: [IronPython] Announcing IronPython 2.0

2008-12-10 Thread James Matthews
I agree, I am now downloading and installing it!! On Wed, Dec 10, 2008 at 11:53 PM, Sylvain Hellegouarch <[EMAIL PROTECTED]>wrote: > Congratulations to everyone who made it happen. That's fantastic news :) > > - Sylvain > > Dave Fugate a écrit : > >> >> Hello Python Community, >> >> The IronPytho

Re: [IronPython] Calling functions in IronPython that don't really exist

2008-12-04 Thread James Matthews
You can just create the function name and do nothing with it. In Cpython i would use meta classes but idk if they are in IronPython On Thu, Dec 4, 2008 at 11:13 PM, Jeff Slutter <[EMAIL PROTECTED]>wrote: > I'm writing an application that I want to provide runtime scripting via > IronPython for. T

Re: [IronPython] Do you use IronPython Studio?

2008-10-05 Thread James Matthews
I think it's a great start. VS is a great IDE and i love writing in C# with it. However it has room to improve On Sun, Oct 5, 2008 at 2:59 PM, Antonio Cangiano <[EMAIL PROTECTED]>wrote: > On Sun, Oct 5, 2008 at 5:24 PM, Oleg Tkachenko <[EMAIL PROTECTED]> > wrote: > > We are currently working on m

Re: [IronPython] NWSGI 0.4 released

2008-08-05 Thread James Matthews
Try to hit django 1.0 it looks really nice! On Tue, Aug 5, 2008 at 8:06 PM, Dino Viehland <[EMAIL PROTECTED]>wrote: > Oh, and regarding your blog which insists I sign in to post :) You can set > MultipleActiveResultSets=True in the connection string to get around the > cursor problem. That's wh

Re: [IronPython] .NET vs. Tk vs. PyQt . .

2008-01-13 Thread James Matthews
Well .Net's gui library is Forms, PyQt is python binding that allow it to connect to the QT library, Same thing with TK and WxPython! Enjoy On Jan 13, 2008 3:43 PM, Keith Hoard <[EMAIL PROTECTED]> wrote: > What are the "big picture" differences between these three? > > I've figured out that all t

Re: [IronPython] Anyone know what DLLs is called on Unix?

2007-11-05 Thread James Matthews
.SO On 11/6/07, Dino Viehland <[EMAIL PROTECTED]> wrote: > > Seo proposed this feature a while ago: > > > > http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=3730 > > > > and I'm (finally) adding it and wondering what (if anything) we should do > if the platform is Unix. Unfortun

Re: [IronPython] IronPython and Python 3

2007-01-23 Thread James Matthews
Well i am sure that when python 3000 comes out iron python will be there with there version! On 1/23/07, Dino Viehland <[EMAIL PROTECTED]> wrote: We haven't had much in the ways of discussing supporting Py3k features yet and it might still be a little too early to do so. We have been following

Re: [IronPython] re.sub at the start of the string

2007-01-22 Thread James Matthews
When is there going to be a 1. manual on Iron Python and 2 and IDE! On 1/21/07, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: import re print re.sub('^', 'x', 'abc') CPython prints xabc, IronPython prints just abc. For FePy users: you can use FEPY_OPTIONS=regex to avoid this bug for the time being

[IronPython] Ide

2007-01-12 Thread James Matthews
Is there any good references and/or books on iron python as well as a good ide -- http://www.goldwatches.com ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com