[IronPython] about auto type cast

2007-06-14 Thread [EMAIL PROTECTED]
In my project,i use DataObject.Net(one ORM Library) to access database. My operater steps: 1.Deploy a .net remoting server 2.At frontend,i use ipy connect to server,just create a Domain object. 3.Create a DataObject Session Object 4.run command:obj=session[19],type(obj) return DataObjects.Net.DataO

[IronPython] No recent check-ins?

2007-06-14 Thread Sanghyeon Seo
It has been a six week since the release of IronPython 2.0 Alpha 1, and there have been exactly zero new check-ins available on CodePlex. Sorry to say this, but WTF? -- Seo Sanghyeon ___ users mailing list users@lists.ironpython.com http://lists.ironpy

Re: [IronPython] Hello world?

2007-06-14 Thread Martin Maly
I think the best available resource is in the documentation which is part of the 2.0 Alpha release. Right off the root of the documentation there is a big Hosting article which provides very good overview and may answer most of your questions. http://www.codeplex.com/IronPython/Release/ProjectR

[IronPython] Hello world?

2007-06-14 Thread Dennis Drew
We have been using IP 1.1 and just tried 2.x. We ran into a bunch of changes and are kindof clueless about were to find a guide to fix things. Like: using IronPython.Runtime.Exceptions; using IronPython.Runtime.Operations; doesn't work and we have no idea how to fix. Is there ad step by st

[IronPython] Valid regex under CPython won't compile under IronPython

2007-06-14 Thread Eric.Wyler
#test.py import re # The below line fails under IronPython 1.1 (but works under Cpython) regex = re.compile( r"^(?PNMAKE[A-Za-z0-9]*)'\"?(?P[\\A-Za-z0-9/:_\.\+]+)" ) if regex.search( r"NMAKE0119'adirectory\afile.txt" ): print 'good' else: print 'bad' ---

[IronPython] Adding user to local group

2007-06-14 Thread Iain
I am wanting to add a local user to a local group and I have been unable to find any examples of this. There is no shortage of examples for Active Directory but nothing relating to local groups. From what I can work out the code should be something like group = System.DirectoryServices.Directo