Re: [IronPython] IronPython WinForms

2006-04-03 Thread dreshae
It works perfectly, thank you very much > Message du 03/04/06 à 00h07> De : "Dino Viehland" <[EMAIL PROTECTED]>> A : "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>, "Discussion of IronPython" > Copie à : > Objet : Re: [IronPython] IronPython WinForms> > This is the code the VSIP SDK generates w/ th

[IronPython] Bug with string encoding while redirecting to a custom stream

2006-04-03 Thread Kristof Wagemans
I needed to change the default ASCII encoding to Unicode because it removed all accented characters when sending data to my custom stream. While trying to get this to work I found the following problem.   Use PythonEngine.SetStdout(), PythonEngine.SetStderr(), PythonEngine.SetStdin () to

Re: [IronPython] Intermittent Bug: Loading a py file crashes winforms

2006-04-03 Thread Dino Viehland
Posting new bugs is great! Thanks for reporting this. I'll get this one filed away but it sounds sufficiently weird that it will require some investigation before we know what's actually going on here. Do you want to help develop Dynamic languages on CLR? (http://members.microsoft.com/career

Re: [IronPython] [Fwd: Intermittent Bug: Loading a py file crashes winforms]

2006-04-03 Thread Dino Viehland
Indeed, this is the same behavior that CPython has: >>> def foo(): ... "\r\nabc\r\ndef" ... >>> foo.__doc__ '\r\nabc\r\ndef' >>> Do you want to help develop Dynamic languages on CLR? (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038)

Re: [IronPython] Confirmation request

2006-04-03 Thread Dino Viehland
Thanks for following up on these Seo... They're all in the bug database and we'll try and get them all fixed for beta 6. Do you want to help develop Dynamic languages on CLR? (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038) -Original Me

[IronPython] Intermittent Bug: Loading a py file crashes winforms

2006-04-03 Thread Mat Steeples
Hi Sorry to keep posting new bugs like this. This one's quite a weird one. I've written a small .py file (attached) that when loading has some strange errors. If I type the code in by hand, then it runs no problems. If i drag the file over IronPythonConsole.exe, then it brings up the "Submit an e

[IronPython] [Fwd: Intermittent Bug: Loading a py file crashes winforms]

2006-04-03 Thread Mat Steeples
Original Message Subject: Intermittent Bug: Loading a py file crashes winforms From:"Mat Steeples" <[EMAIL PROTECTED]> Date:Mon, April 3, 2006 10:59 am To: users@lists.ironpython.com -

Re: [IronPython] Bug: Newline's are not shown from __doc__ properties

2006-04-03 Thread Mat Steeples
> 2006/4/3, Mat Steeples <[EMAIL PROTECTED]>: >> >>> Process.Start.__doc__ >> 'bool Start()\r\nstatic Process Start(str fileName, str userName, >> SecureString password, str domain) >> \r\nstatic Process Start(str fileName, str arguments, str userName, >> SecureString password, str domai >> n)\r\ns

Re: [IronPython] Bug: Newline's are not shown from __doc__ properties

2006-04-03 Thread Sanghyeon Seo
2006/4/3, Mat Steeples <[EMAIL PROTECTED]>: > >>> Process.Start.__doc__ > 'bool Start()\r\nstatic Process Start(str fileName, str userName, > SecureString password, str domain) > \r\nstatic Process Start(str fileName, str arguments, str userName, > SecureString password, str domai > n)\r\nstatic Pr

[IronPython] Bug: Newline's are not shown from __doc__ properties

2006-04-03 Thread Mat Steeples
Hi guys This occurrs in beta 5 of IronPython. Basically, if you try and show the output from a __doc__, it doesn't parse the newlines, and prints out the characters instead. I've pasted the output of an example below. This is the same with no command line arguements as it is with TabCompletion on

Re: [IronPython] IronPython 1.0 Beta 5 on Mono

2006-04-03 Thread Sanghyeon Seo
Below is the status with latest Mono SVN. I am using revision 58927. > IronPython/Runtime/SymbolTable.cs(95,33): error CS0262: Partial > declarations of `IronPython.Runtime.SymbolTable' have conflicting > accessibility modifiers This is Mono bug #77966. Fixed in SVN revision 58886. > IronPython/