Re: [IronPython] IronPython console embeded

2009-03-02 Thread Jimmy Schementi
gt; Subject: Re: [IronPython] IronPython console embeded > > Patrick Wolf wrote: > > Hi, > > > > I was wondering if it's possible to embed the IronPython console with > syntax > > highlighting into a winform project. > > > > There is a sample on c

Re: [IronPython] IronPython console embeded

2009-03-02 Thread Michael Foord
Patrick Wolf wrote: Hi, I was wondering if it's possible to embed the IronPython console with syntax highlighting into a winform project. There is a sample on code project: http://www.codeproject.com/KB/edit/irontextbox2.aspx but it's missing the syntax highlighting of the console.

[IronPython] IronPython console embeded

2009-03-01 Thread Patrick Wolf
Hi, I was wondering if it's possible to embed the IronPython console with syntax highlighting into a winform project. There is a sample on code project: http://www.codeproject.com/KB/edit/irontextbox2.aspx but it's missing the syntax highlighting of the console. Thank

Re: [IronPython] IronPython Console Sample at Pycon

2008-03-18 Thread Tim Leonard
] From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jimmy Schementi Sent: Monday, March 17, 2008 10:46 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython Console Sample at Pycon http://dynamicsilverlight.net/see/dlrconsole On 3/17

Re: [IronPython] IronPython Console Sample at Pycon

2008-03-17 Thread Jimmy Schementi
http://dynamicsilverlight.net/see/dlrconsole On 3/17/08 10:39 PM, "Kevin Kubasik" <[EMAIL PROTECTED]> wrote: I know that the dynamic console we saw during the presentation is available on the dynamicsilverlight.net, I was having some trouble finding it. Any chance someone has a direct link? --

[IronPython] IronPython Console Sample at Pycon

2008-03-17 Thread Kevin Kubasik
I know that the dynamic console we saw during the presentation is available on the dynamicsilverlight.net, I was having some trouble finding it. Any chance someone has a direct link? -- Kevin Kubasik http://kubasik.net/blog ___ Users mailing list Users@

Re: [IronPython] COM Interop: Why does this code only work in IronPython Console?

2007-09-12 Thread Kelie
On 9/12/07, Michael Foord <[EMAIL PROTECTED]> wrote: > Hello Kelie, > > Not sure, but it looks to me like your program will just exit after the > last line... Try doing a while True loop with a Thread.Sleep() in it to > keep the interpreter alive... > > Michael Foord > http://www.manning.com/foord

Re: [IronPython] COM Interop: Why does this code only work in IronPython Console?

2007-09-12 Thread Michael Foord
hen typed into IronPython console. But when > I save the code into a file named excel.py and run ipy.exe excel.py, > the event handling does not seem to work. Nothing happens when a new > workbook is created. > > Any suggestion? Thanks a lot. > > import clr > clr.AddReferenc

[IronPython] COM Interop: Why does this code only work in IronPython Console?

2007-09-12 Thread Kelie
Hello, The following code works when typed into IronPython console. But when I save the code into a file named excel.py and run ipy.exe excel.py, the event handling does not seem to work. Nothing happens when a new workbook is created. Any suggestion? Thanks a lot. import clr clr.AddReference

Re: [IronPython] Console history

2007-06-20 Thread Martin Maly
: [IronPython] Console history This is my pet peeve. This applies to both 1.1 and 2.0a1. 1. Run ipy.exe with -X:TabCompletion. 2. Execute a line. (Let's say "a = 1".) 3. Press up arrow. (The last line appears.) 4. Press down arrow. (The line stays.) What I want: 4. The line disappe

Re: [IronPython] Console history

2007-06-20 Thread Sanghyeon Seo
2007/6/20, Michael Foord <[EMAIL PROTECTED]>: > How about: > > 1. Run ipy.exe with -X:TabCompletion. > 2. Execute a line. (Let's say "a = 1".) > 3. Press up arrow. (The last line appears.) > 4. Press escape. The line disappears. > > Any good ? Oh, this is actually nice. Thanks. -- Seo Sanghyeon

Re: [IronPython] Console history

2007-06-20 Thread Michael Foord
Sanghyeon Seo wrote: > This is my pet peeve. This applies to both 1.1 and 2.0a1. > > 1. Run ipy.exe with -X:TabCompletion. > 2. Execute a line. (Let's say "a = 1".) > 3. Press up arrow. (The last line appears.) > 4. Press down arrow. (The line stays.) > > How about: 1. Run ipy.exe with -X:TabCo

[IronPython] Console history

2007-06-19 Thread Sanghyeon Seo
This is my pet peeve. This applies to both 1.1 and 2.0a1. 1. Run ipy.exe with -X:TabCompletion. 2. Execute a line. (Let's say "a = 1".) 3. Press up arrow. (The last line appears.) 4. Press down arrow. (The line stays.) What I want: 4. The line disappears. Otherwise, you're forced to delete the

Re: [IronPython] Console

2007-05-30 Thread Sanghyeon Seo
2007/5/30, unrealportal <[EMAIL PROTECTED]>: > I can't say this on behalf of Microsoft, but I am sure that the command line > window is just a quick way to have an interface to IronPython. I wouldn't be > concerned about this being the intended way to use IronPython on daily > basis. Is this the c

Re: [IronPython] Console

2007-05-30 Thread Tim Roberts
d paste freely into the code window > and I can cut and paste freely from the results window. The IronPython > "console" is not a console at all, it is the command line. Your first statement is simply not true. The native console in Python is a command line tool, just like in IronPyt

[IronPython] console

2007-05-30 Thread Gutfreund, Yechezkal
What can I say, I like the PowerShell. It would be nice if we could merge that on the bottom, with a simple source editor (like NotePad++) on the top. I would consider that a vey powerful light-weight IDE. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Dr. Yechezkal Gutfreund Tactical ISR Division Draper

Re: [IronPython] Console

2007-05-30 Thread unrealportal
get an output window that is a real Windows window. All of that means that I can cut and paste freely into the code window and I can cut and paste freely from the results window. The IronPython "console" is not a console at all, it is the command line. It is clumsy and clunky and vi

Re: [IronPython] Console

2007-05-30 Thread Davy Mitchell
For something a bit better than cmd, try http://sourceforge.net/projects/console Tabs, improve text selection, transparency and more. Cheers, Davy -- Davy Mitchell Blog - http://www.latedecember.co.uk/sites/personal/davy/ Twitter - http://twitter.com/daftspaniel Skype - daftspaniel needgod.com

Re: [IronPython] Console

2007-05-29 Thread Dino Viehland
ample which includes IDE & WinForms drag&drop support - but it is a sample and requires VS Pro. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Szurek, John Sent: Tuesday, May 29, 2007 6:57 PM To: users@lists.ironpython.com Subject: [IronPython] Console I'm having a bit of

[IronPython] Console

2007-05-29 Thread Szurek, John
paste freely into the code window and I can cut and paste freely from the results window. The IronPython "console" is not a console at all, it is the command line. It is clumsy and clunky and virtually unusable unless you are pre-Windows and happen to like command lines! Kind of ironic,

Re: [IronPython] console startup time: 7s

2006-08-31 Thread Dino Viehland
y know we need to do some work in this area but at this point it'll have to wait for post-1.0. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of psi Sent: Sunday, August 27, 2006 6:58 AM To: users@lists.ironpython.com Subject: Re: [IronPython] console

Re: [IronPython] console startup time: 7s

2006-08-30 Thread psi
this is on windows, about 3 secs, always the same ( this is after having stripped out some new stuff i was doing since rc2 was installed ), however i'm not now really sure it slowed down from rc1 to rc2, the trouble is, its only my recollection that the startup on rc1 was faster. Q: just intereste

Re: [IronPython] console startup time: 7s

2006-08-25 Thread Dino Viehland
Does it repro even on a warn startup or only the 1st time? Also, is this on Windows or on Mono? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of psi Sent: Saturday, August 19, 2006 11:39 AM To: users@lists.ironpython.com Subject: Re: [IronPython] console

Re: [IronPython] console startup time: 7s

2006-08-25 Thread psi
this seems to have happened to me when i upgraded from rc1 ti rc2. ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] console startup time: 7s

2006-08-22 Thread Stanislas Pinte
r if its 1st or 20th time. > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stanislas Pinte > Sent: Saturday, August 19, 2006 7:20 AM > To: Discussion of IronPython > Subject: [IronPython] console startup time: 7s > > I

Re: [IronPython] console startup time: 7s

2006-08-21 Thread Dino Viehland
August 19, 2006 7:20 AM To: Discussion of IronPython Subject: [IronPython] console startup time: 7s I know it is a detail, but 7 seconds is still large... Any idea why? [ironpython]> cat hello.py print 'hello' [ironpython]> time ipy.exe hello.py hello real

[IronPython] console startup time: 7s

2006-08-19 Thread Stanislas Pinte
I know it is a detail, but 7 seconds is still large... Any idea why? [ironpython]> cat hello.py print 'hello' [ironpython]> time ipy.exe hello.py hello real0m7.280s user0m0.020s sys 0m0.040s [ironpython]> -- - Sta

Re: [IronPython] IronPython Console on Unix.

2006-07-24 Thread Graham Bloice
> > > >> Hmm... I've just tried it on several windows interpreters. > >> > >> Ctrl-Z as an exit works on Python 2.2.3 (???), but not Python > 2.3, 2.4, > >> or 2.5b1 > >> > > > > Did you forget to press enter after typing Ctrl-Z, like the > "exit" message says? > > > Nope I didn't for

Re: [IronPython] IronPython Console on Unix.

2006-07-24 Thread Dino Viehland
tirely 100% the same. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Saturday, July 22, 2006 3:22 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython Console on Unix. Jonathan Jacobs wrote: > Michael Foord wrote: >

Re: [IronPython] IronPython Console on Unix.

2006-07-22 Thread Michael Foord
Jonathan Jacobs wrote: > Michael Foord wrote: > >> Hmm... I've just tried it on several windows interpreters. >> >> Ctrl-Z as an exit works on Python 2.2.3 (???), but not Python 2.3, 2.4, >> or 2.5b1 >> > > Did you forget to press enter after typing Ctrl-Z, like the "exit" message > says?

Re: [IronPython] IronPython Console on Unix.

2006-07-22 Thread Jonathan Jacobs
Michael Foord wrote: > Hmm... I've just tried it on several windows interpreters. > > Ctrl-Z as an exit works on Python 2.2.3 (???), but not Python 2.3, 2.4, > or 2.5b1 Did you forget to press enter after typing Ctrl-Z, like the "exit" message says? Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MS

Re: [IronPython] IronPython Console on Unix.

2006-07-22 Thread Michael Foord
#x27;t have > Environment.EndOfFileDescriptor :). > > -Original Message- > From: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> [mailto: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>] On Behalf Of Miguel > de Icaza > Sent

Re: [IronPython] IronPython Console on Unix.

2006-07-22 Thread Stefan Rusek
character/keystroke.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Tobler Sent: Saturday, July 22, 2006 5:32 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython Console on Unix.   > Just to get your Unix input on this: Would us check

Re: [IronPython] IronPython Console on Unix.

2006-07-22 Thread John Tobler
PROTECTED] [mailto: [EMAIL PROTECTED]] On Behalf Of Miguel de IcazaSent: Wednesday, July 12, 2006 11:30 AMTo: Discussion of IronPythonSubject: [IronPython] IronPython Console on Unix.Hello,   Something in IronPython is now looking for Control-z, which is fine on Windows, but on Unix, Control-Z stan

Re: [IronPython] IronPython Console on Unix.

2006-07-12 Thread Dino Viehland
nal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: Wednesday, July 12, 2006 11:30 AM To: Discussion of IronPython Subject: [IronPython] IronPython Console on Unix. Hello, Something in IronPython is now looking for Control-z, which is fine on Wi

[IronPython] IronPython Console on Unix.

2006-07-12 Thread Miguel de Icaza
Hello, Something in IronPython is now looking for Control-z, which is fine on Windows, but on Unix, Control-Z stands for "suspend application". In Unix, the end-of-file descriptor is control-d; Am not sure why the code is actually looking for a Control-Z, while it could be checking whet

Re: [IronPython] Using an IronPython console with a Winforms component supporting the interactive I/O

2006-04-26 Thread Dino Viehland
ngStr = s.Substring(curIndex); } _textBox.Visible = false; return i - offset; } } From: [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 9:15 PM To: users@lists.ironpython.com Subject: [Iron

[IronPython] Using an IronPython console with a Winforms component supporting the interactive I/O

2006-04-25 Thread Jean-Michel.Perraud
ased shell implementation doing the aforementioned. The closets (and niftiest) example I saw was the IronPython console sample in the latest preview Visual Studio SDK, but I'd really like it not to depend at all on the SDK API, so this makes it hard to reuse it without significant re-write. I

Re: [IronPython] Console problem

2006-03-12 Thread Sanghyeon Seo
2006/3/12, Anthony Tarlano <[EMAIL PROTECTED]>: > As you probably already know the Mono CLR may have many interesting > bugs that may not show up on the MS .NET CLR. Thus, you should > probably verify whether your bugs are isolated to a specific CLR in > order to determine which mailing list to sen

Re: [IronPython] Console problem

2006-03-12 Thread Anthony Tarlano
Seo, As you probably already know the Mono CLR may have many interesting bugs that may not show up on the MS .NET CLR. Thus, you should probably verify whether your bugs are isolated to a specific CLR in order to determine which mailing list to send your bug reports. The IronPython developers pri

Re: [IronPython] Console problem

2006-03-11 Thread Sanghyeon Seo
2006/3/12, Martin Maly <[EMAIL PROTECTED]>: > I tried to look into this, but cannot reproduce the exception no matter > how hard I try. Are you running IronPython with any command line parameters? I am running IronPython with Mono (latest dev version). Perhaps that matters. This bug happens only

Re: [IronPython] Console problem

2006-03-11 Thread Martin Maly
6:59 AM To: Discussion of IronPython Subject: [IronPython] Console problem IronPython 1.0.2258 (Beta) on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. >>> class C: ... x = 1 ... Traceback (most recent call last): SystemError: Object reference not

[IronPython] Console problem

2006-03-11 Thread Sanghyeon Seo
IronPython 1.0.2258 (Beta) on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. >>> class C: ... x = 1 ... Traceback (most recent call last): SystemError: Object reference not set to an instance of an object >>> Seo Sanghyeon __

Re: [IronPython] IronPython console runs out of memory

2006-02-16 Thread Martin Maly
40 PM To: users@lists.ironpython.com Subject: [IronPython] IronPython console runs out of memory This one-liner causes IronPython console to run out of memory (2.05GB page file) and freeze Windows XP: from xml.dom import minidom This is the installation: Microsoft Windows XP [Version 5.1

[IronPython] IronPython console runs out of memory

2006-02-13 Thread Greg Lee
This one-liner causes IronPython console to run out of memory (2.05GB page file) and freeze Windows XP: from xml.dom import minidom This is the installation: Microsoft Windows XP [Version 5.1.2600] IronPython 1.0.2216 (Beta) on .NET 2.0.50727.42 python 2.4.2 pyxml 0.8.4 pywin32 205 py2exe

Re: [IronPython] Console and comment line 0.9.6

2005-12-14 Thread Martin Maly
erwise the tokenizer simply ignores the comments. Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stute, Detlef ALRT/EEG4 Sent: Wednesday, December 14, 2005 12:16 AM To: users@lists.ironpython.com Subject: [IronPython] Console and comment line 0.9.6 H

[IronPython] Console and comment line 0.9.6

2005-12-14 Thread Stute, Detlef ALRT/EEG4
Hi all, I'm using IronPython 0.9.6 as scripting engine. I redirect the Iconsole to my own ReadLine and so on. In my ReadLine I read a file and transfer it line by line to the scripting engine. It was working with version 0.9.3 To make a long story short: When the file includes a comment line ( li

Re: [IronPython] Console for WinForms

2005-11-02 Thread Patrik Husfloen
Haven't tried it from IP but this [1] is the closest I've found. /Patrik [1] http://www.codeproject.com/csharp/CommandBar.asp On 10/31/05, Peli de Halleux (PELI) <[EMAIL PROTECTED]> wrote: > > Is there a plan to add a WinForms console control in the IronPython? I > stumboled on this problem las

[IronPython] Console for WinForms

2005-11-02 Thread Peli de Halleux (PELI)
Is there a plan to add a WinForms console control in the IronPython? I stumboled on this problem last week and it is suprisingly hard to get a winform control to act as a console app!     ___ users mailing list users@lists.ironpython.com http://lists