Re: [IronPython] 1.0 Beta 1 is out now!

2005-12-30 Thread Martin Maly
At one point we had an msi package (using wix) just as an experiment, but we decided to release in zip, I am pretty sure that the wix package definition (granted, much outdated), is still around. I am sure that it would be quite easy to bring it back to life and raise priority, as Jim sugge

Re: [IronPython] 1.0 Beta 1 is out now!

2005-12-30 Thread Keith J. Farmer
I couldn't figure out how WiX went together in time to finish a project at my last job, and unfortunately the .sln/.proj convertor was a year out of date. A good example to refer to would be useful on general principle, and IronPython would be a good vehicle for that. _

Re: [IronPython] 1.0 Beta 1 is out now!

2005-12-30 Thread jeff sacksteder
MSI packaging has been very low on our list since my impression is that most IronPython users are happier with the zip file style of installation where you can know exactly where everything came from and went.  If there's interest in an MSI installer we can prioritize it higher.  We expect to spli

[IronPython] IronPython and IUnknown

2005-12-30 Thread Keith J. Farmer
A buddy of mine needs to be able to build a COM server that gets exposed to SQL Server 2k5 (as part of the analysis services plug-in architecture). He needs to be able to consume a component that, to his knowledge, exposes only the IUnknown interface. He recalls that CPython had available to

Re: [IronPython] 1.0 Beta 1 is out now!

2005-12-30 Thread Keith J. Farmer
MSI++ For the obvious benefits an MSI brings -- ActiveState's distribution is a very clean way to install. I'd also like to be able to just point PATH to a stable, non-versioned directory name if possible. I agree on the low-priority nature of the request, for that matter. (Jim, Martin, Dino,

Re: [IronPython] 1.0 Beta 1 is out now!

2005-12-30 Thread Jim Hugunin
MSI packaging has been very low on our list since my impression is that most IronPython users are happier with the zip file style of installation where you can know exactly where everything came from and went.  If there’s interest in an MSI installer we can prioritize it higher.  We expect

Re: [IronPython] 1.0 Beta 1 is out now!

2005-12-30 Thread jeff sacksteder
Will MSI packaging happen in the beta timeframe or is that planned for just before 1.0-final? ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[IronPython] 1.0 Beta 1 is out now!

2005-12-30 Thread Jim Hugunin
We've just released the first beta of IronPython 1.0 and are entering the home stretch to a 1.0 final build. This build includes many bug fixes for issues reported to us by the community as well as many changes to get better compatibility with CPython 2.4. With this build we've addressed the m

Re: [IronPython] tab completion?

2005-12-30 Thread Dino Viehland
It’s a command line option: –X:TabCompletion enables it.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jeff sacksteder Sent: Friday, December 30, 2005 8:50 AM To: Discussion of IronPython Subject: [IronPython] tab completion?   In the demo video, it appears

[IronPython] tab completion?

2005-12-30 Thread jeff sacksteder
In the demo video, it appears that Jim H. is using tab completion in the interpreter. If so, how does that feature operate? The tab key itself does nothing, and the keyboard is not visable in the video. ___ users mailing list users@lists.ironpython.com ht

Re: [IronPython] IronPython GUI

2005-12-30 Thread ivan chollet
Hi Catalin,   I actually made last month a nice GUI editor for IPython. It’s written in C# and builds on the .NET 2.0. I embedded it in STP which is available at www.stocktradingplus.net . The name of the executable is “TradingProgrammer.exe”. You will find it in the STP directory. Basi

[IronPython] IronPython GUI

2005-12-30 Thread Catalin Lungu
I'm looking for a GUI editor for IronPython. Thanks in advance, Catalin ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com