Re: [IronPython] IronPython for ASP.Net

2009-05-21 Thread Dody Gunawinata
The refresh was unusable because it contained the version of IronPyton that is not compatible with .Net 3.5 framework (I think it was built on IP 2.0 Beta 3/4); I'm griping about this issue in this list because I don't think this is a completely separate issue from the DLR programming languages.

Re: [IronPython] with_statement in IronPython 2.6 Alpha

2009-05-21 Thread Elise Langham (Elanit)
Hi Dave, Thanks for the reply- I'm running in the Visual Studio under debug. I don't know how to set pythonpath on a windows machine Most of the info is for C shell and linux. I find that the with statement works fine when just using the command line ipy.exe but it can't pick up

Re: [IronPython] IronPython 2.6 Beta 1 Released

2009-05-21 Thread Jones, Larry
Great work, guys, although I was suprised at the error message when I attempted to install over the 2.6 Alpha. The message was: A later version of Python 2.6 is already installed. Although I realized that I needed to uninstall the Alpha version, the message was surprising.

Re: [IronPython] with_statement in IronPython 2.6 Alpha

2009-05-21 Thread Lepisto, Stephen P
Elise, PYTHONPATH is an environment variable and can be set on Windows by going to Control Panel -- System. Select the Advanced tab then click on the Environment Variables button. In the lower pane, click the New button and enter PYTHONPATH for the Variable name and enter the path or paths

Re: [IronPython] with_statement in IronPython 2.6 Alpha

2009-05-21 Thread Jonathan March
Why are we discussing the environment variable PYTHONPATH rather than IRONPYTHONPATH? Does IronPython even look at the former? On Thu, May 21, 2009 at 9:04 AM, Lepisto, Stephen P stephen.p.lepi...@intel.com wrote: Elise, PYTHONPATH is an environment variable and can be set on Windows by

Re: [IronPython] with_statement in IronPython 2.6 Alpha

2009-05-21 Thread Curt Hagenlocher
Nope. IronPython looks at only IRONPYTHONPATH. (This is easy to test for yourself! :P) On Thu, May 21, 2009 at 7:12 AM, Jonathan March j...@marchray.net wrote: Why are we discussing the environment variable PYTHONPATH rather than IRONPYTHONPATH? Does IronPython even look at the former? On

Re: [IronPython] IronPython 2.6 Beta 1 Released

2009-05-21 Thread Dave Fugate
Unfortunately we forgot to mention this in the release notes. Quite late in 2.6 Beta 1 testing we discovered the MSI upgrade code wasn't updated for this release. The net effect of this being that the Windows Installer acts like 2.6 Beta 1 is actually 2.6 Alpha 1. The workaround as you've

[IronPython] IronPython 2.6 CodePlex Source Update

2009-05-21 Thread merllab
This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/51538. DELETED SOURCES

[IronPython] SystemError: A specified parameter was not correct (vmware api soap call)

2009-05-21 Thread jean-marc pouchoulon
hello ironpythonlist, I'm using IronPython 2.0.1 with Vmware API et got an error on a soap call. the code at http://www.ronnie-midnight-oil.net/2008_06_01_archive.html is working , but I want to use also VimApi.TraversalSpec() object in my code and got an error. File VimService2005, line

Re: [IronPython] IronPython for ASP.Net

2009-05-21 Thread Jimmy Schementi
I completely agree with your points; we have a finite amount of resources and choose to focus on language compatibility over .NET web-stack integration. Though IronPython has done that web-work in the past, we're purely focused on compat. I've forwarded on the previous mail to the ASP.NET team;

Re: [IronPython] IronPython for ASP.Net

2009-05-21 Thread Adam Brand
w00t! J Thank you so much! Adam Brand SilverKey Technologies From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Jimmy Schementi Sent: Thursday, May 21, 2009 3:11 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython for ASP.Net