Re: [IronPython] Getting the full path to a file from a file object

2008-09-24 Thread Jeff Hardy
Hi Dino, That looks like it will work. Thanks! -Jeff On Wed, Sep 24, 2008 at 6:21 PM, Dino Viehland <[EMAIL PROTECTED]> wrote: > We recently added nt._getfullpathname which could be used as long as the > current working directory isn't changing. But other than that I'm not aware > of one. > >

Re: [IronPython] Getting the full path to a file from a file object

2008-09-24 Thread Dino Viehland
We recently added nt._getfullpathname which could be used as long as the current working directory isn't changing. But other than that I'm not aware of one. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Hardy Sent: Wednesday, September 24, 2008 5

[IronPython] Getting the full path to a file from a file object

2008-09-24 Thread Jeff Hardy
Hi all, WSGI has an api for sending a file directly. The api requires passing a file object, but the .NET api for sending files (HttpResponse.TransmitFile) takes the full path to the file to send. On *nix the fileno property is passed to sendfile() to get that effect. Is there any way to get the f

Re: [IronPython] ASP.NET Dynamic Language Support Refreshed!

2008-09-24 Thread Jimmy Schementi
> -Original Message- > From: [EMAIL PROTECTED] [mailto:users- > [EMAIL PROTECTED] On Behalf Of Dody Gunawinata > Sent: Wednesday, September 24, 2008 1:48 AM > To: Discussion of IronPython > Subject: Re: [IronPython] ASP.NET Dynamic Language Support Refreshed! > > What ? No more Microsoft.Sc

Re: [IronPython] ASP.NET Dynamic Language Support Refreshed!

2008-09-24 Thread Dody Gunawinata
What ? No more Microsoft.Scripting.Vestigial.dll ? :) Yay, happy day. This build still has the old System.Linq namespace in Microsoft.Scripting.Core.dll so you can't mix and match your IronPython and C# 3.0 code behind pages yet. Dody G. On Wed, Sep 24, 2008 at 3:41 AM, Jimmy Schementi < [EMAIL