473,378 Members | 1,454 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,378 software developers and data experts.

404 not found on for Python 2.6 Itanium

Anyone know where else I can download 2.6 for x64 windows?

Thanks!
Oct 28 '08 #1
14 1533
cs*******@gmail.com wrote:
Anyone know where else I can download 2.6 for x64 windows?
x64 is AMD64 aka X64_86 and not the Itanium version. Itanium is IA64. We
don't build Python for IA64 anymore.

Christian

Oct 28 '08 #2
Then why is there a link on the download site? You are saying that
for python 2.6 forward, there is no plan to support a stock python for
IA64? Is there any particular reason why this is so?

-={C}=-

Christian Heimes wrote:
cs*******@gmail.com wrote:
Anyone know where else I can download 2.6 for x64 windows?

x64 is AMD64 aka X64_86 and not the Itanium version. Itanium is IA64. We
don't build Python for IA64 anymore.

Christian
Nov 19 '08 #3
Then why is there a link on the download site?

Where specifically did you spot that link? I can't see any.
You are saying that
for python 2.6 forward, there is no plan to support a stock python for
IA64? Is there any particular reason why this is so?
Yes. It's too much effort to build, and too few users that actually
use it. Users are still free to build it themselves, and to share
the build with others.

Regards,
Martin
Nov 19 '08 #4
On Wed, Nov 19, 2008 at 4:12 PM, "Martin v. Löwis" <ma****@v.loewis.dewrote:
>Then why is there a link on the download site?

Where specifically did you spot that link? I can't see any.
I believe the link in question is on the page
http://www.python.org/download/ titled "Python 2.6 Windows Itanium
installer" with a link to
http://www.python.org/ftp/python/2.6...n-2.6.ia64.msi . Clicking
on that link brings you to a 404 error page. There is no Itanium
install linked from the 2.6 release page
(http://www.python.org/download/releases/2.6/)

--
Jerry
Nov 19 '08 #5
Copied from the download page:
It would have helped if you had provided the URL instead. I didn't
recognize that you were talking about

http://www.python.org/download/

as I rarely ever view this page. On

http://www.python.org/download/releases/2.6/

no such link is included.

I have now deleted the link; thanks for pointing this problem out.

In any case, if you want Itanium binaries of Python, I recommend to
use 2.5.2, from

http://www.python.org/download/releases/2.5.2/

Regards,
Martin

Nov 19 '08 #6
Jerry Hill wrote:
On Wed, Nov 19, 2008 at 4:12 PM, "Martin v. Löwis" <ma****@v.loewis.dewrote:
>>Then why is there a link on the download site?
Where specifically did you spot that link? I can't see any.

I believe the link in question is on the page
http://www.python.org/download/ titled "Python 2.6 Windows Itanium
installer" with a link to
http://www.python.org/ftp/python/2.6...n-2.6.ia64.msi . Clicking
on that link brings you to a 404 error page.
That appears to have been fixed, by removing the erroneous link.
There is no Itanium
install linked from the 2.6 release page
(http://www.python.org/download/releases/2.6/)
Nov 19 '08 #7
Yes. It's too much effort to build, and too few users that actually
use it. Users are still free to build it themselves, and to share
the build with others.
I guess that I don't understand why you feel there is so much effort
involved. I developed a set of makefiles that build Python and all
dependencies from the command line using nmake. The only thing you
have to do is specify debug and cpu. The rest is taken care of by the
Makefiles. Of course, this dev setup uses VS 2005, but it could be
made to work with VS 2008 with little trouble. The setup is designed
to cross compile the x64 and ia64 architectures.
-={C}=-
Nov 21 '08 #8
Christopher wrote:
[Martin von Loewis wrote]:
>Yes. It's too much effort to build, and too few users that actually
use it. Users are still free to build it themselves, and to share
the build with others.

I guess that I don't understand why you feel there is so much effort
involved. I developed a set of makefiles that build Python and all
dependencies from the command line using nmake. The only thing you
have to do is specify debug and cpu. The rest is taken care of by the
Makefiles. Of course, this dev setup uses VS 2005, but it could be
made to work with VS 2008 with little trouble. The setup is designed
to cross compile the x64 and ia64 architectures.
Among other things it's a question of

a) access to resources (we have to test what we release), and

b) volunteer effort to maintain (we have to maintain what we release).

We are fairly weak in the Windows area, and Martin is currently the
person we rely on for these builds. If he can't support them, they don't
get built.

If you want to stand up for the task I don't imagine it would be too
difficult to submit patches for the Itanium builds. You would need to
convince people about your intention of providing long-term support,
however.

regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/

Nov 21 '08 #9
Christopher wrote:
[Martin von Loewis wrote]:
>Yes. It's too much effort to build, and too few users that actually
use it. Users are still free to build it themselves, and to share
the build with others.

I guess that I don't understand why you feel there is so much effort
involved. I developed a set of makefiles that build Python and all
dependencies from the command line using nmake. The only thing you
have to do is specify debug and cpu. The rest is taken care of by the
Makefiles. Of course, this dev setup uses VS 2005, but it could be
made to work with VS 2008 with little trouble. The setup is designed
to cross compile the x64 and ia64 architectures.
Among other things it's a question of

a) access to resources (we have to test what we release), and

b) volunteer effort to maintain (we have to maintain what we release).

We are fairly weak in the Windows area, and Martin is currently the
person we rely on for these builds. If he can't support them, they don't
get built.

If you want to stand up for the task I don't imagine it would be too
difficult to submit patches for the Itanium builds. You would need to
convince people about your intention of providing long-term support,
however.

regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/

Nov 21 '08 #10
I'm not sure what to say about that. The company I work for is
committed to Python (our product is mostly Python source), and my
current job is to make our software work on Itanium, which means
providing an Itanium build of Python. As long as I have this job I
suspect that I will be maintaining it. However, "maintaining" it for
us means that I deliver a set of binaries and build system
integration. My buildsystem changes are a significant departure from
the way Python currently builds.

Since Python 2.6 actually supports a decent windows compiler, it may
be easier for me to provide the various platform binaries (assuming we
go to Python 2.6 in the next year or so) within the stock python build
framework. (Which mostly means patches that the community might
actually find useful. My current build framework targets Python 2.4
on VS2K5, which is probably of little use to anyone.)

In any case, my concern with dropping a stock python itanium distro
involves the vastly diminished probability that others will provide
Itanium versions of, for example py2exe and pywin32.

I would certainly be willing to help with testing and building and
bug fixing to the extent that my secular job allows it.
We are fairly weak in the Windows area, and Martin is currently the
person we rely on for these builds. If he can't support them, they don't
get built.

If you want to stand up for the task I don't imagine it would be too
difficult to submit patches for the Itanium builds. You would need to
convince people about your intention of providing long-term support,
however.
Nov 21 '08 #11
I guess that I don't understand why you feel there is so much effort
involved. I developed a set of makefiles that build Python and all
dependencies from the command line using nmake. The only thing you
have to do is specify debug and cpu. The rest is taken care of by the
Makefiles. Of course, this dev setup uses VS 2005, but it could be
made to work with VS 2008 with little trouble. The setup is designed
to cross compile the x64 and ia64 architectures.
It starts with the need for the hardware. My only Itanium 1 system left
is old and about to crash any day now, and it doesn't support debugging
quite at all. Even if it was new and fast, I still would need to log
into that machine, download the installer, and run it - preferably in
multiple combinations (of, say, Windows 2003 and Windows 2008, with
and without the VS 2008 CRT installed).

In any case, I wouldn't be using makefiles, but adjust the project files
of VS 2008 to invoke the Itanium compiler (for which I would first have
to find out where to get it).

There is also one serious problem with cross-compilation: Tcl/Tk
doesn't support it well. In particular, Tcl 8.5 tries to run the
resulting Tcl interpreter to generate timezone data, which fails.
I had to hack the makefile temporarily to get around that (for AMD64),
but it's not pretty.

A minor problem with cross-compilation is that it doesn't work well
for PGO builds.

Regards,
Martin
Nov 21 '08 #12
In any case, my concern with dropping a stock python itanium distro
involves the vastly diminished probability that others will provide
Itanium versions of, for example py2exe and pywin32.
Well, I had been providing Itanium binaries for 2.4 and 2.5, and neither
py2exe nor pywin32 ever emerged.

It *is* fairly unlikely that the community will provide Itanium support
for anything, as nobody really has the hardware to run it on. So if you
are using Itanium, you will have to do all the porting yourself.
I would certainly be willing to help with testing and building and
bug fixing to the extent that my secular job allows it.
If you start providing binaries, we would be happy to link to them
from the release pages (provided they arrive within some reasonable
time after the release, otherwise, the link would go off the download
page, or the windows page).

I have personally given up with Windows on Itanium - it just isn't
worth my time. We do have new Itanium hardware, but we run VMS and
HP-UX on it. Why would anybody run Windows on Itanium? You can't
get any games for it :-)

For some time, there was interest in Python for AlphaNT, and that
interest has died away also. It seems that even Microsoft has lost
interest in Itanium as a Windows platform - they never released
Office for it, for example, and Windows 2008 on Itanium is also
crippled.

Regards,
Martin
Nov 21 '08 #13
r0g
Martin v. Löwis wrote:
>In any case, my concern with dropping a stock python itanium distro
involves the vastly diminished probability that others will provide
Itanium versions of, for example py2exe and pywin32.

Well, I had been providing Itanium binaries for 2.4 and 2.5, and neither
py2exe nor pywin32 ever emerged.

It *is* fairly unlikely that the community will provide Itanium support
for anything, as nobody really has the hardware to run it on. So if you
are using Itanium, you will have to do all the porting yourself.
> I would certainly be willing to help with testing and building and
bug fixing to the extent that my secular job allows it.

If you start providing binaries, we would be happy to link to them
from the release pages (provided they arrive within some reasonable
time after the release, otherwise, the link would go off the download
page, or the windows page).

I have personally given up with Windows on Itanium - it just isn't
worth my time. We do have new Itanium hardware, but we run VMS and
HP-UX on it. Why would anybody run Windows on Itanium? You can't
get any games for it :-)

For some time, there was interest in Python for AlphaNT, and that
interest has died away also. It seems that even Microsoft has lost
interest in Itanium as a Windows platform - they never released
Office for it, for example, and Windows 2008 on Itanium is also
crippled.

Regards,
Martin
If you can't get the compile working could you maybe try using a pure
python implementation of the ctypes module, say the one from pypy?

Roger.
Nov 22 '08 #14
Christopher wrote:
>Yes. It's too much effort to build, and too few users that actually
use it. Users are still free to build it themselves, and to share
the build with others.

I guess that I don't understand why you feel there is so much effort
involved. I developed a set of makefiles that build Python and all
dependencies from the command line using nmake. The only thing you
have to do is specify debug and cpu. The rest is taken care of by the
Makefiles. Of course, this dev setup uses VS 2005, but it could be
made to work with VS 2008 with little trouble. The setup is designed
to cross compile the x64 and ia64 architectures.
Martin builds two tested installer/uninstallers that work on nt, xp, and
vista and include IDLE and docs as Microsoft Help files. The 2.6 doc
change apparently required changes in the doc build, and 3.0 changes
changed something about IDLE. To me, that seems enough for one volunteer.

tjr

Nov 22 '08 #15

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

Similar topics

2
by: Bernhard Mulder | last post by:
I am using Python on Itanium Windows 64 (Server 2003) with a Win32 version. Is there a native version available or planned? Are testers needed for this platform? Windows 64 is a bit unusual in...
0
by: Bernard Delmée | last post by:
Hello, because we are migrating to an Itanium HP-UX server, I will shortly need to compile python 2.3 and cx_oracle on that platform. I seem to recall people having problem compiling python on...
25
by: John Gibson | last post by:
Hi, all. I need to upgrade my dual Xeon PostgreSQL engine. Assuming similar memory and disk sub-systems, I am considering a Quad Xeon system vs. a Dual Itanium for PostgreSQL. I believe that...
8
by: Brendan | last post by:
Hello, I just tried to use the Windows XP installer for Python 2.5 AMD64 but I get the error message: "Installation package not supported by processor type" I am running Windows XP Pro on an...
8
by: bhochstetler | last post by:
I am needing to build python 2.5 on Windows XP x64 Windows Server 2003 sp1 Platform SDK and am not finding anything documented on the process to use. Has anyone had any success with this? If so has...
3
by: xamdam | last post by:
Sorry if this is a stupid q, I am trying to figure out the appropriate version of Python(2.4 or 2.5) for an XP 64 system running on an Intel Core2 Quad. Python.org has a to a 64bit build, but it...
9
by: python | last post by:
Background: I'm going to be processing some raw transaction logs that are 30G in size. As part of this processing I may need to create some very large dictionary structures. I will be running my...
1
by: M.-A. Lemburg | last post by:
On 2008-07-25 08:13, python@bdurham.com wrote: Yes. But then Intel Itanium is being phased out anyway and the AMD64 build works on both Intel and AMD processors. True.
1
by: Christopher | last post by:
Hello, A tool that we use needs to be ported to Itanium. It wsa written for Python 2.5.2, and so I was happily using the Itanium version of that release. However, as I have gotten deeper into...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.