473,322 Members | 1,403 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

IronPython 0.9 Released

IronPython 0.9 Released(8/2/2005 10:28:41 AM)

http://www.microsoft.com/downloads/d...displaylang=en

Aug 2 '05 #1
8 1385
EP
"Luis M. Gonzalez" Announced:
IronPython 0.9 Released(8/2/2005 10:28:41 AM)

http://www.microsoft.com/downloads/d...displaylang=en


MS website says:

"""System Requirements

* Supported Operating Systems: Windows Server 2003; Windows XP

You must install the .NET Framework Version 2.0 Redistributable Package Beta 2 prior to installing IronPython."""
And
"""Important: You cannot install two different language versions of the .NET Framework on the same machine. Attempting to install a second language version of the .NET Framework will cause the following error to appear: "Setup cannot install Microsoft .NET Framework because another version of the product is already installed." If you are targeting a non-English platform orif you wish to view .NET Framework resources in a different language, you must download the appropriate language version of the .NET Framework language pack."""
So, one has to uninstall their stable .NET Framework to install a beta .NETFramework to try out a beta release of a new Python? Would this not be ofconcern to folks who actually build ontop of .NET (and want to be sure their current code / applications / tools work)?

It is really all or none with MS, isn't it? If the language/application isnot ready for prime time, why would someone commit to beta code and a betaframework upon which other applications depend?
I may have the wrong perspective on all this, but it really befuddles me.
[Bring on PyPy]
Aug 5 '05 #2
EP
Oops. Nevermind.

[like the old Saturday Night Live]
------------Original Message------------
From: "EP" <EP@zomething.com>
To: py*********@python.org
Date: Thu, Aug-4-2005 10:09 PM
Subject: Re: IronPython 0.9 Released

"Luis M. Gonzalez" Announced:
IronPython 0.9 Released(8/2/2005 10:28:41 AM)


http://www.microsoft.com/downloads/d...displaylang=en


MS website says:

"""System Requirements

* Supported Operating Systems: Windows Server 2003; Windows XP

You must install the .NET Framework Version 2.0 Redistributable Package
Beta 2 prior to installing IronPython."""


And


"""Important: You cannot install two different language versions of the
.NET Framework on the same machine. Attempting to install a second
language version of the .NET Framework will cause the following error to
appear: "Setup cannot install Microsoft .NET Framework because another
version of the product is already installed." If you are targeting a
non-English platform or if you wish to view .NET Framework resources in a
different language, you must download the appropriate language version
of the .NET Framework language pack."""


So, one has to uninstall their stable .NET Framework to install a beta
.NET Framework to try out a beta release of a new Python? Would this
not be of concern to folks who actually build ontop of .NET (and want to
be sure their current code / applications / tools work)?

It is really all or none with MS, isn't it? If the
language/application is not ready for prime time, why would someone commit to beta code
and a beta framework upon which other applications depend?


I may have the wrong perspective on all this, but it really befuddles
me.


[Bring on PyPy]


--
http://mail.python.org/mailman/listinfo/python-list




Aug 5 '05 #3
On Thu, 4 Aug 2005 23:08:20 -0800, "EP" <EP@zomething.com> declaimed the
following in comp.lang.python:

So, one has to uninstall their stable .NET Framework to install a beta .NET Framework to try out a beta release of a new Python? Would this not be of concern to folks who actually build ontop of .NET (and want to be sure their current code / applications / tools work)?

It is really all or none with MS, isn't it? If the language/application is not ready for prime time, why would someone commit to beta code and a beta framework upon which other applications depend?
I've got both 1.1 and 2.0 on this machine... Note that the
warning applies to /language/: as in English or French... You can not
install French if you have an English version installed.

-- ================================================== ============ <
wl*****@ix.netcom.com | Wulfraed Dennis Lee Bieber KD6MOG <
wu******@dm.net | Bestiaria Support Staff <
================================================== ============ <
Home Page: <http://www.dm.net/~wulfraed/> <
Overflow Page: <http://wlfraed.home.netcom.com/> <

Aug 5 '05 #4
Why is iron python runs so fast but jython runs so slow while C# and
java seem very much the same?

On 8/5/05, EP <EP@zomething.com> wrote:
Oops. Nevermind.

[like the old Saturday Night Live]


------------Original Message------------
From: "EP" <EP@zomething.com>
To: py*********@python.org
Date: Thu, Aug-4-2005 10:09 PM
Subject: Re: IronPython 0.9 Released

"Luis M. Gonzalez" Announced:
IronPython 0.9 Released(8/2/2005 10:28:41 AM)

http://www.microsoft.com/downloads/d...displaylang=en


MS website says:

"""System Requirements

* Supported Operating Systems: Windows Server 2003; Windows XP

You must install the .NET Framework Version 2.0 Redistributable Package
Beta 2 prior to installing IronPython."""
And
"""Important: You cannot install two different language versions of the
.NET Framework on the same machine. Attempting to install a second
language version of the .NET Framework will cause the following error to
appear: "Setup cannot install Microsoft .NET Framework because another
version of the product is already installed." If you are targeting a
non-English platform or if you wish to view .NET Framework resources ina
different language, you must download the appropriate language version
of the .NET Framework language pack."""
So, one has to uninstall their stable .NET Framework to install a beta
.NET Framework to try out a beta release of a new Python? Would this
not be of concern to folks who actually build ontop of .NET (and want to
be sure their current code / applications / tools work)?

It is really all or none with MS, isn't it? If the
language/application is not ready for prime time, why would someone commit to beta code
and a beta framework upon which other applications depend?
I may have the wrong perspective on all this, but it really befuddles
me.
[Bring on PyPy]
--
http://mail.python.org/mailman/listinfo/python-list


--
http://mail.python.org/mailman/listinfo/python-list

Aug 5 '05 #5
EP
> I've got both 1.1 and 2.0 on this machine... Note that the
warning applies to /language/: as in English or French... You can not
install French if you have an English version installed.

yes, my apologies to all things Iron and or Python.

"language" and "version" can be confusing if one stays up late without coffee, or perhaps if one has not been debugging their English code properly.
Aug 5 '05 #6
EP wrote:

yes, my apologies to all things Iron and or Python.

"language" and "version" can be confusing if one stays up late without coffee, or perhaps if one has not been debugging their English code properly.


Still, it's a bit of a PITB to me that it says XP and not Win2000.
Al
Aug 8 '05 #7
Al Christians wrote:
EP wrote:

yes, my apologies to all things Iron and or Python.

"language" and "version" can be confusing if one stays up late without coffee, or perhaps if one has not been debugging their English code properly.


Still, it's a bit of a PITB to me that it says XP and not Win2000.


Forcing you to upgrade, isn't it?

Usual MS strategy.

Reinhold
Aug 8 '05 #8

could ildg wrote:
Why is iron python runs so fast but jython runs so slow while C# and
java seem very much the same?


I've been playing with Ironpython since its first release and, in my
experience, it is not faster than Cpython, although this is what they
claim.
Anyway, it is in alpha stage so lets wait until it's mature...

Aug 8 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

82
by: Neuruss | last post by:
IronPython is currently at a pre-alpha stage suitable for experimentation but not for serious development work. http://www.ironpython.com
27
by: James | last post by:
http://www.gotdotnet.com/workspaces/workspace.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742
3
by: Carl Johan Rehn | last post by:
What is the difference between CPython, Python for .NET, and IronPython? For example, if I'm running IronPython, can I access modules such as Numeric and numarray? As I understand it,...
3
by: Sanghyeon Seo | last post by:
I took some time to write this HOWTO: http://sparcs.kaist.ac.kr/~tinuviel/fepy/howto/simplehttpserver-ironpython-mono-howto.html IronPython seems to get much less interest than it deserves. This...
9
by: Luis M. González | last post by:
Check it out: http://www.gotdotnet.com/workspaces/workspace.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742
2
by: tkpmep | last post by:
I'm looking forward to the release IronPython, primarily for its IDE. I currently use scipy and pyExcelerator to crunch numbers and write them to Excel: does can these packages be used with...
7
by: sanxiyn | last post by:
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....
9
by: Claudio Grondi | last post by:
(just wanted to share my experience with IronPython 1.0) The context: C:\IronPythonipy.exe IronPython 1.0.60816 on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved....
2
by: Troels Thomsen | last post by:
Hello , When an exeption occurs in a IronPython executet script, and I print the sys.exc , i get something ugly like the example below. How can I get the fileName and line number? Thx in...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.