Re: [IronPython] __doc__ on None

2007-06-06 Thread Sylvain Hellegouarch
Martin Maly a écrit : > Thanks for yet another bug report, we now have it on codeplex as: > > http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=10823 > > As Shri already said earlier, we are focusing most of our energy on the 2.0 > development, but will address important blocking is

Re: [IronPython] Sockets and Standard Library Modules in IronPython

2007-06-06 Thread Martin Maly
We are tracking the plea on codeplex: http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=10825 Thanks! Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fuzzyman Sent: Tuesday, June 05, 2007 3:11 AM To: Discussion of IronPython Subject

Re: [IronPython] __doc__ on None

2007-06-06 Thread Martin Maly
Thanks for yet another bug report, we now have it on codeplex as: http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=10823 As Shri already said earlier, we are focusing most of our energy on the 2.0 development, but will address important blocking issues that are found in IronPyth

Re: [IronPython] IronPython and Visual Studio Shell

2007-06-06 Thread Mohamed A. Meligy
So, the main (and only) IP support for VS during the pre-release versions should be expected to come only as part of the ASP.NET Futures versions ? On 6/7/07, Martin Maly <[EMAIL PROTECTED]> wrote: The ASP.NET Futures includes the VS integration for IP based on IronPython 2.0

Re: [IronPython] IronPython and Visual Studio Shell

2007-06-06 Thread Sanghyeon Seo
2007/6/7, Guy Robinson <[EMAIL PROTECTED]>: > So it looks like this won't be available for express editions. What IDE > options > are there for IronPython? I use Vim. :-) -- Seo Sanghyeon ___ users mailing list users@lists.ironpython.com http://lists.

Re: [IronPython] IronPython and Visual Studio Shell

2007-06-06 Thread Guy Robinson
So it looks like this won't be available for express editions. What IDE options are there for IronPython? Guy M. David Peterson wrote: > FYI > via http://msdn2.microsoft.com/en-us/vstudio/bb510103.aspx > > Visual Studio Shell (integrated mode) > > Optimized for Programming Languages >

Re: [IronPython] IronPython and Visual Studio Shell

2007-06-06 Thread Martin Maly
The ASP.NET Futures includes the VS integration for IP based on IronPython 2.0 http://www.microsoft.com/downloads/details.aspx?FamilyId=9323777E-FE78-430C-AD92-D5BE5B5EAD98&displaylang=en Martin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mohamed A. Meligy Sent: Wednesday, Jun

Re: [IronPython] IronPython and Visual Studio Shell

2007-06-06 Thread Mohamed A. Meligy
I knew earlier it's not possible to have the same thing with IronPython 2.0, for 1.1, that's already included as VS SDK sample. Any ideas ?? On 6/6/07, M. David Peterson <[EMAIL PROTECTED]> wrote: FYI > via http://msdn2.microsoft.com/en-us/vstudio/bb510103.aspx Visual Studio Shell (integrated

[IronPython] IronPython and Visual Studio Shell

2007-06-06 Thread M. David Peterson
FYI > via http://msdn2.microsoft.com/en-us/vstudio/bb510103.aspx Visual Studio Shell (integrated mode) Optimized for Programming Languages Applications built on the integrated Shell will automatically merge with any other editions of Visual Studio installed on the same machine. This is the Vi

Re: [IronPython] Ironpython + NHibernate?

2007-06-06 Thread Gabriel
Hi.. The NHibernate I can implement in C# and use with IronPython. :) Thanks. On 6/6/07, Mohammad Tayseer <[EMAIL PROTECTED]> wrote: > See Jasper > http://www.microsoft.com/downloads/details.aspx?FamilyId=471BB3AC-B31A-49CD-A567-F2E286715C8F&displaylang=en > > and it's screencast > http://channel

Re: [IronPython] Ironpython + NHibernate?

2007-06-06 Thread Mohammad Tayseer
See Jasper http://www.microsoft.com/downloads/details.aspx?FamilyId=471BB3AC-B31A-49CD-A567-F2E286715C8F&displaylang=en and it's screencast http://channel9.msdn.com/ShowPost.aspx?PostID=306427 http://sessions.visitmix.com/default.asp?event=1011&session=2012&pid=DEV18&disc=&id=1527&year=2007&search

Re: [IronPython] Ironpython + NHibernate?

2007-06-06 Thread Guohui Xiao
Interesting stroy. But I think it's difficult for now. 2007/6/6, Gabriel <[EMAIL PROTECTED]>: Hi There is a ORM for IronPython? Can I use NHibernate with IronPython? Thanks -- Gabriel Verta http://stiod.com.br ___ users mailing list users@lists.iro

[IronPython] Ironpython + NHibernate?

2007-06-06 Thread Gabriel
Hi There is a ORM for IronPython? Can I use NHibernate with IronPython? Thanks -- Gabriel Verta http://stiod.com.br ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Multiple engine instances in IP 2.0 and beyond (was IronPython 2.0 Alpha 1 Released)

2007-06-06 Thread Michael Foord
Shri Borde wrote: > I agree that you should stick with 1.1 if you are close to release. > > We will fix critical blocking bugs in 1.1 as needed. However, to keep that > branch stable, the bar will be high. Do shout if you run into blocking issues. > Yes, this is our plan. Thanks for your suppo

Re: [IronPython] Multiple engine instances in IP 2.0 and beyond (was IronPython 2.0 Alpha 1 Released)

2007-06-06 Thread Michael Foord
Shri Borde wrote: > I have attached a sample at the bottom of > http://msdn2.microsoft.com/en-us/library/system.threading.executioncontext.aspx > showing how state can be automatically propagated across thread boundaries. > > You should be able to set the desired output stream for each thread >