473,406 Members | 2,293 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,406 software developers and data experts.

Python on Itanium Windows 64: available or planned?

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 that "long" is not large enough to hold
an address.

Jul 18 '05 #1
2 1795
[Bernhard Mulder wrote]
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?
Python should compile fine for Win64. It was ported for Win64 a few
years back (around the time of Python 2.0/1.6 I think).

There are no free binary packages kicking around out there that I know
of but a number of people do compile it themselves for Win64. There was
some discussion on this list recently about how to do that seeing as
there is no DevStudio for Win64 (at least, that is my understanding).
One way was to export makefiles from Python's .dsp project files and use
the Win64 cross-compiler that is available with the platform SDK.

Windows 64 is a bit unusual in that "long" is not large enough to hold
an address.


Yup. Though I would use a stronger word than "unusual". :)

Trent

p.s. ActiveState will provide Win64 binary installers for Python on
contract, though I don't know if that is an option for you.

--
Trent Mick
Tr****@ActiveState.com

Jul 18 '05 #2
Trent Mick <tr****@ActiveState.com> writes:
There are no free binary packages kicking around out there that I know
of but a number of people do compile it themselves for Win64.
However, there are free binary packages out there that you don't know
of :-)

http://www.dcl.hpi.uni-potsdam.de/ho...s/python23.msi

See

http://groups.google.com/groups?selm...s%40python.org

for the original announcement.
There was some discussion on this list recently about how to do that
seeing as there is no DevStudio for Win64 (at least, that is my
understanding).


Again, it depends: With sf.net/projects/vsextcomp, VS 7.1 is very well
capable of invoking the Itanium platform SDK compiler (AMD64 coming
soon).
Windows 64 is a bit unusual in that "long" is not large enough to hold
an address.


Yup. Though I would use a stronger word than "unusual". :)


That may even be a source of bugs. I'm in the process of putting
size_t in every place Python currently uses "int" or "long" to store a
number of bytes. In some cases, exceeding 4GB (sometimes 2GB) will
cause crashes in Python 2.3 (in other cases, this is somewhat overkill
- eg. when the compiler complains that strlen(some_file_name) may not
fit into 4 bytes).

Regards,
Martin
Jul 18 '05 #3

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

Similar topics

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...
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.
14
by: csgrimes1 | last post by:
Anyone know where else I can download 2.6 for x64 windows? Thanks!
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.