Re: Tkinter--does anyone use it for sophisticated GUI development?

2006-10-21 Thread sanxiyn
> Does anyone use it for sophisticated GUI development? I have seen a very sophisticated admin tool written in Tkinter, coming from SAP. So apparently SAP does. Seo Sanghyeon -- http://mail.python.org/mailman/listinfo/python-list

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 1.0 released today!

2006-09-05 Thread sanxiyn
[EMAIL PROTECTED] 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. For example, is Mono == DotGnu? I scribbled a rough howto. Hope it help. Mono and DotGNU are two different p

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

Re: IronPython 1.0 released today!

2006-09-05 Thread sanxiyn
Neal Becker wrote: > Will it run with mono? Yes, it will run with Mono 1.1.17 or later out of the box with zero problems. -- http://mail.python.org/mailman/listinfo/python-list

Re: New development windows, IronPython or PythonWin

2006-03-24 Thread sanxiyn
Caleb Hattingh wrote: > Also, I think IronPython is also supported by only one guy - Jim > Hugunin. The fact that IronPython development is effectively being > sponsored by Microsoft doesn't fill me with great expectations either, > although it would be a good thing if they really supported it wel

Re: New development windows, IronPython or PythonWin

2006-03-24 Thread sanxiyn
Dan wrote: > > I realise its in beta. But long term, do you think that the win32com, > win32gui etc... will have no support because everyone jumps on the > Microsoft bandwagon? Aren't the windows support extensions supported > primarily by one guy, Mark Hammond? As a developer, this seams to leave

Re: New development windows, IronPython or PythonWin

2006-03-23 Thread sanxiyn
IronPython is currently nowhere near production quality. I would not recommend it. -- http://mail.python.org/mailman/listinfo/python-list

Re: How to run SimpleHTTPServer on IronPython on Mono

2006-03-18 Thread sanxiyn
Paul Boddie wrote: > Sanghyeon Seo wrote: > > The purpose of this document is twofold: to show how to run > > SimpleHTTPServer on IronPython on Mono, and to debunk some myths like: > > > > * IronPython doesn't run on Mono > > But it does require recent versions, according to the document. > Requiri