> 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
[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
[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
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
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
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
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
IronPython is currently nowhere near production quality. I would not
recommend it.
--
http://mail.python.org/mailman/listinfo/python-list
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