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
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.
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
]
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
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?
--
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@
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
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
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
: [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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
> >
> >> 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
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:
>
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?
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
#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
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
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
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
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
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
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
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
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
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
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 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
__
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
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
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
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
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
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
49 matches
Mail list logo