[IronPython] Creating Python file from .NET stream?

Martin Maly Martin.Maly at microsoft.com
Sat Feb 4 20:19:52 CET 2006


At this point, I fear, you are right that there is no easy way to call the constructor that accepts Stream, even though we do have it in the code (the Make methods with __new__ attribute take precedence).

However, I think this is a great suggestion and we'll look into it. Thanks!

Martin

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Sanghyeon Seo
Sent: Thursday, February 02, 2006 2:04 AM
To: Discussion of IronPython
Subject: [IronPython] Creating Python file from .NET stream?

Is it possible to create Python file from .NET stream?

IronPython/Runtime/PythonFile.cs seems to have code to do this, but I
couldn't find a way to call this from Python side.

Seo Sanghyeon
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list