Re: [IronPython] Py 2.5 bindings for SVN 1.4.4

2007-07-28 Thread Sanghyeon Seo
2007/7/28, M. David Peterson <[EMAIL PROTECTED]>: > Don't know of any MSI extraction utils on GNU/Linux|FreeBSD|Unix*|MacOSX, > though I doubt no one has taken the time to create one, I just don't know of > anybody who has. > > Anybody know if one exists? This is getting off-topic, but recent vers

Re: [IronPython] Windows Forms on Mac OS X

2007-07-28 Thread Michael Foord
Hello all, I've solved the Windows Forms on Mac OS problem. Although I had X11 installed I wasn't running IronPython from xterm. Doing that fixed Windows Forms *and* the problem with the delete key in the interactive interpreter. All the best, Michael Foord http://www.ironpython.info/ Michae

Re: [IronPython] [Bug] import System enables .NET methods

2007-07-28 Thread Luis M. Gonzalez
Hi there, This is strange, but this one is weird: >>> 'hello world'.Upper() 'HELLO WORLD' Luis - Original Message - From: "Michael Foord" <[EMAIL PROTECTED]> To: "Discussion of IronPython" Sent: Saturday, July 28, 2007 10:06 AM Subject: [IronPython] [Bug] import System enables .NET me

[IronPython] creating web services

2007-07-28 Thread Bryan
can ironpython be used for creating (not consuming) web services on the server side? i couldn't find an example of this. i you can, can this be done with VS2005 or do we need VS-orcas beta 2? is ironpython integrated into VS-orcas beta 2? thanks, bryan _

[IronPython] [Bug] Arrays are stripped of .NET methods / properties

2007-07-28 Thread Michael Foord
Hello all, A bug in IronPython 1.1. This one has bitten us and it would be very nice to have it fixed. Create a .NET array in one module and then use it in another module that hasn't imported clr (or System) and it will be stripped of its .NET methods and properties. Importing clr fixes the p

[IronPython] [Bug] import System enables .NET methods

2007-07-28 Thread Michael Foord
Hello all, My understanding was that 'import clr' in a module was supposed to enable .NET methods. 'import System' also has the same effect. Try the following (either from an interactive session or run as a program) in IronPython 1.1. import System print 'hello'.ToUpper() All the best, Mich

[IronPython] Windows Forms on Mac OS X

2007-07-28 Thread Michael Foord
Hello all, Has anyone had any success getting Windows Forms to work with IronPython and Mono on Mac OS X? Mono claims to support Windows Forms on Mac OS, but instantiating a form dies horribly (see below). I have the Apple X11 installed. Some (old) Winforms bug reports suggested I might need t

Re: [IronPython] Py 2.5 bindings for SVN 1.4.4

2007-07-28 Thread M. David Peterson
On 7/28/07, M. David Peterson <[EMAIL PROTECTED]> wrote: > > > > You might find AnkhSVN exactly what you are looking for > > http://ankhsvn.tigris.org/ > < It's a VS.NET plugin, but the assemblies are installed into the GAC and > therefore easily accessible and easily referenced directly in your >

Re: [IronPython] IronPython v2.0 Alpha 3 Released!

2007-07-28 Thread M. David Peterson
SWEET! :D Thanks, Dino! (just getting back from OSCON so only now getting caught up with the latest news. A few photo's for those with interest > http://www.facebook.com/album.php?aid=10353&l=944b5&id=502036603 < (URI is publicly accessible)) On 7/26/07, Dino Viehland <[EMAIL PROTECTED]> wrote:

Re: [IronPython] Py 2.5 bindings for SVN 1.4.4

2007-07-28 Thread M. David Peterson
On 7/24/07, Jon Nicholson <[EMAIL PROTECTED]> wrote: > > Okay, that was what I suspected. I'll take a look at the SVN.NET project > Curt mentioned and also System.Diagnostics.Process. > You might find AnkhSVN exactly what you are looking for > http://ankhsvn.tigris.org/ < It's a VS.NET plugin, bu