Does anyone know if there is currently a project to build an IronPython IDE
(like CPython's IDLE/PyCrust)? If there is not currently a project, then
would anyone be interested in helping me to create an IDE, I think that it
really could give IronPython a boost; System.Windows.Forms is more than
r MyXaml + SharpDevelop +
IronPython. Ideas anyone ?]
Date: Wed, 06 Jul 2005 21:22:00 +
From: "Freddie Witherden" <[EMAIL PROTECTED]>
Subject: RE: [IronPython] Making A Windows Form App
To: users-ironpython.com@lists.ironpython.com
Message-ID: <[EMAIL PROTECTED]>
Content
.net is a lot like Java, and we can be quite sure that many moons ago the
JPython team (as it was then known) had the same problem with Java modules,
and probably had a long and heated debate about it so I think we should do
it 'the Jython way' as there have never been any problems with it and l
wing")
sys.LoadAssemblyByName("System.Windows.Forms")
import System
from System.Drawing import Point
from System.Windows.Forms import Form, Button, Application
def on_click(*args):
Application.Exit()
frm = Form(Text = "Hello World")
btn = Button(Text = "Goodbye"
Hi, I am trying to convert a very simple C# windows form test that I made
into IronPython (to see that it can be done). However I have tried over 20
different ways with no luck. Can anyone help me? There is very very little
documentation on IronPython, which I think needs to be addressed. The co
Hi, I would like to know if there is currently any form of documentation
project running for IronPython. As, while I am very fond of it there are a
few things that do need to be documented, eg
import sys
sys.LoadAssemblyByName()
As LoadAssemblyByName is not a standard method of the sys object. I