[IronPython] How can you create set/frozenset from C# ?

2008-10-18 Thread Dan Eloff
It seems to me that you have to use __init__/__new__ supplying CodeContext as necessary. Unlike list and tuple which have public constructors and PythonOps helpers, there doesn't seem to be any public api for creating sets. Am I right? Thanks, -Dan ___ U

Re: [IronPython] CodePlex SVN is a crap

2008-10-18 Thread Jason Galyon
Sidnei da Silva wrote: May I suggest mirroring the Ironpython source somewhere? I could setup a project in Launchpad and import it into bzr if anyone is interested (and if that would be allowed)? On Sat, Oct 18, 2008 at 9:33 AM, Seo Sanghyeon <[EMAIL PROTECTED]> wrote: I tried for some time

Re: [IronPython] CodePlex SVN is a crap

2008-10-18 Thread Sidnei da Silva
May I suggest mirroring the Ironpython source somewhere? I could setup a project in Launchpad and import it into bzr if anyone is interested (and if that would be allowed)? On Sat, Oct 18, 2008 at 9:33 AM, Seo Sanghyeon <[EMAIL PROTECTED]> wrote: > I tried for some time to use https://ironpython.s

[IronPython] IronPython and the GAC

2008-10-18 Thread Jeff Hardy
Hello, Has there been any consideration to having the installer put the DLR and IronPython assemblies in the GAC? It would greatly simplify NWSGI deployment, since NWSGI goes in the GAC when installed with IIS7 integration to make configuration and deployment much easier. Having the IPy assemblies

[IronPython] CodePlex SVN is a crap

2008-10-18 Thread Seo Sanghyeon
I tried for some time to use https://ironpython.svn.codeplex.com/svn instead of CodePlex Source Code tab .zip download, but it's unusable. I routinely get: svn: Server sent unexpected return value (500 Internal Server Error) in response to REPORT request for '/svn/!svn/vcc/default' or some such s