Re: IronPython on Mono howto

2006-09-09 Thread Alex Martelli
<[EMAIL PROTECTED]> wrote: > >> One thing I did find especially annoying though was that none of the > >> editing keys worked. > > Seo> It is a known problem. It is a Mono bug. (ncurses-based colored > Seo> console is not really complete.) There is a workaround. > > Thanks, it wo

Re: IronPython on Mono howto

2006-09-07 Thread skip
>> One thing I did find especially annoying though was that none of the >> editing keys worked. Seo> It is a known problem. It is a Mono bug. (ncurses-based colored Seo> console is not really complete.) There is a workaround. Thanks, it worked perfectly. I guess the white text o

Re: IronPython on Mono howto

2006-09-07 Thread sanxiyn
[EMAIL PROTECTED] wrote: > One thing I did find especially annoying though was that none of the editing > keys worked. DELETE, BACKSPACE, Ctrl-U. All just inserted themselves. > Ctrl-D didn't exit. (I had to "raise SystemExit" to exit.) > > Is this a known problem? Is it a Mono thing or an Iron

Re: IronPython on Mono howto

2006-09-07 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, skip wrote: > One thing I did find especially annoying though was that none of the editing > keys worked. DELETE, BACKSPACE, Ctrl-U. All just inserted themselves. > Ctrl-D didn't exit. (I had to "raise SystemExit" to exit.) > > Is this a known problem? Is it a Mono thi

Re: IronPython on Mono howto

2006-09-07 Thread skip
sanxiyn> For those of us who have never used IronPython or Mono, is sanxiyn> there a quick start document laying about somewhere? It wasn't sanxiyn> clear to me where to even look. sanxiyn> Okay, here we go: ... Thanks. Worked like a charm. Like others I noticed the appare

Re: IronPython on Mono howto

2006-09-07 Thread Nick Craig-Wood
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Okay, here we go: [snip] Thanks for those good instructions - they worked well! I tried running a test program under mono/linux. I found I needed to add import sys sys.path.append("/usr/lib/python2.4") As per the FAQ to the code. Setting thi

Re: IronPython on Mono howto

2006-09-05 Thread alex23
[EMAIL PROTECTED] wrote: > Okay, here we go: > 1. Download IronPython Kudos for taking the time! -- http://mail.python.org/mailman/listinfo/python-list

IronPython on Mono howto

2006-09-05 Thread sanxiyn
Skip wrote: For those of us who have never used IronPython or Mono, is there a quick start document laying about somewhere? It wasn't clear to me where to even look. Okay, here we go: 1. Download IronPython Go to http://www.codeplex.com/IronPython. Click Releases tab. Click IronPython-1.0-Bin.z