Re: [IronPython] BUG? IOError: Could not find file

2007-02-23 Thread HEMMI, Shigeru
Dear IronPython team, Such a coding pattern which inherits from 'file' class is my personal favourite. I believe this bug is a bug even in Windows within .NET. I hope IPy team to fix this bug in near future. Thanks in advance. 2007/2/3, HEMMI, Shigeru <[EMAIL PROTECTED]>: > Hello, IronPython Te

Re: [IronPython] array.fromfile

2007-02-23 Thread JoeSox
On 2/23/07, Dino Viehland <[EMAIL PROTECTED]> wrote: > We're basically doing the same thing that the array.py is doing - the > difference truly is just the item size. Python is implicitly doing the check > by calling range(n) and doing the size check on each read. We're reading > everything in

[IronPython] Atom Publishing Protocol via IronPython

2007-02-23 Thread Sylvain Hellegouarch
Hi folks, I have just started an article on how to use amplee [1] as a Python implementation of the Atom Publishing Protocol via IronPython. http://trac.defuze.org/wiki/AmpleeIronPython The article only provides an example via Mono for now but will soon be extended to explain how to deploy on Wi

Re: [IronPython] array.fromfile

2007-02-23 Thread Dino Viehland
We're basically doing the same thing that the array.py is doing - the difference truly is just the item size. Python is implicitly doing the check by calling range(n) and doing the size check on each read. We're reading everything in at once and doing the same basic size check just doing it be

Re: [IronPython] Better source code access?

2007-02-23 Thread David Fraser
Nicholas Riley wrote: > On Tue, Feb 13, 2007 at 08:45:10AM -0800, Martin Maly wrote: > >> We did talk to the CodePlex team and it turns out that they >> consciously impose this limitation. Only the members of the >> Contributor/Developer group have access to the server via the Team >> Explorer.