473,789 Members | 2,634 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

troubles building python 2.5 on Windows XP x64 Windows Server 2003 sp1 Platform SDK

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 anyone
documented it? The documentation that resides in pcbuild/readme.txt is
not helpful at all.
Any help is greatly appreciated.

Thanks
Brad

Apr 3 '07 #1
8 2085
bh**********@gm ail.com wrote:
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 anyone
documented it? The documentation that resides in pcbuild/readme.txt is
not helpful at all.
What have you tried already? From the readme:

All you need to do is open the workspace "pcbuild.sl n" in MSVC++,
select the Debug or Release setting (using "Solution Configuration"
from the "Standard" toolbar"), and build the projects.

Did that not work for you? If not, how did it fail?

STeVe
Apr 3 '07 #2
On Apr 3, 2:04 pm, Steven Bethard <steven.beth... @gmail.comwrote :
bhochstet...@gm ail.com wrote:
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 anyone
documented it? The documentation that resides in pcbuild/readme.txt is
not helpful at all.

What have you tried already? From the readme:

All you need to do is open the workspace "pcbuild.sl n" in MSVC++,
select the Debug or Release setting (using "Solution Configuration"
from the "Standard" toolbar"), and build the projects.

Did that not work for you? If not, how did it fail?

STeVe
There is no IDE available with the 64 bit compiler on Windows Server
2003 Platform SDK, so that is not an option.

Apr 3 '07 #3
bh**********@gm ail.com wrote:
On Apr 3, 2:04 pm, Steven Bethard <steven.beth... @gmail.comwrote :
>bhochstet...@g mail.com wrote:
>>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 anyone
documented it? The documentation that resides in pcbuild/readme.txt is
not helpful at all.
What have you tried already? From the readme:

All you need to do is open the workspace "pcbuild.sl n" in MSVC++,
select the Debug or Release setting (using "Solution Configuration"
from the "Standard" toolbar"), and build the projects.

There is no IDE available with the 64 bit compiler on Windows Server
2003 Platform SDK, so that is not an option.
Ahh, I see. Did you try this::

Building for Itanium
--------------------

The project files support a ReleaseItanium configuration which
creates Win64/Itanium binaries. For this to work, you need to
install the Platform SDK, in particular the 64-bit support. This
includes an Itanium compiler (future releases of the SDK likely
include an AMD64 compiler as well).
In addition, you need the Visual Studio plugin for external C
compilers, from http://sf.net/projects/vsextcomp. The plugin will
wrap cl.exe, to locate the proper target compiler, and convert
compiler options accordingly. The project files require atleast
version 0.9.

I can't tell whether vsextcomp handles your compiler or not though...

STeVe
Apr 3 '07 #4
On Apr 3, 4:16 pm, Steven Bethard <steven.beth... @gmail.comwrote :
bhochstet...@gm ail.com wrote:
On Apr 3, 2:04 pm, Steven Bethard <steven.beth... @gmail.comwrote :
bhochstet...@gm ail.com wrote:
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 anyone
documented it? The documentation that resides in pcbuild/readme.txt is
not helpful at all.
What have you tried already? From the readme:
All you need to do is open the workspace "pcbuild.sl n" in MSVC++,
select the Debug or Release setting (using "Solution Configuration"
from the "Standard" toolbar"), and build the projects.
There is no IDE available with the 64 bit compiler on Windows Server
2003 Platform SDK, so that is not an option.

Ahh, I see. Did you try this::

Building for Itanium
--------------------

The project files support a ReleaseItanium configuration which
creates Win64/Itanium binaries. For this to work, you need to
install the Platform SDK, in particular the 64-bit support. This
includes an Itanium compiler (future releases of the SDK likely
include an AMD64 compiler as well).
In addition, you need the Visual Studio plugin for external C
compilers, fromhttp://sf.net/projects/vsextcomp. The plugin will
wrap cl.exe, to locate the proper target compiler, and convert
compiler options accordingly. The project files require atleast
version 0.9.

I can't tell whether vsextcomp handles your compiler or not though...

STeVe
This doc has not been updated since the 64 bit compilers came out
officially. It doesn't make a whole lot of sense of what steps you
should follow to build python. I saw a link on the comp.lang.pytho n
that had the steps, but that link doesn't go anywhere now. I had to
jump through some hoops to get it to build on VC 2005 64 bit, but that
at least had an IDE to use.

Apr 3 '07 #5
bh**********@gm ail.com wrote:
This doc has not been updated since the 64 bit compilers came out
officially. It doesn't make a whole lot of sense of what steps you
should follow to build python. I saw a link on the comp.lang.pytho n
that had the steps, but that link doesn't go anywhere now. I had to
jump through some hoops to get it to build on VC 2005 64 bit, but that
at least had an IDE to use.
Well, if you figure it out, and you'd like to let others know, please
post a documentation bug report:
http://sourceforge.net/tracker/?grou...70&atid=105470

Sorry I wasn't more help.

STeVe
Apr 3 '07 #6
bh**********@gm ail.com schrieb:
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?
I did - I built the official binaries with it.
If so has anyone
documented it? The documentation that resides in pcbuild/readme.txt is
not helpful at all.
Did you try to follow it? If so, what precisely did you fail at?

[in another message]
This doc has not been updated since the 64 bit compilers came out
officially.
That is not true. The documentation was last updated on 2006-07-14,
which is after an AMD-64 SDK was released.
It doesn't make a whole lot of sense of what steps you
should follow to build python. I saw a link on the comp.lang.pytho n
that had the steps, but that link doesn't go anywhere now. I had to
jump through some hoops to get it to build on VC 2005 64 bit, but that
at least had an IDE to use
If you use vsextcomp, you also have an IDE to do the build. This
is indeed how the official AMD-64 binaries for Python 2.5 were
produced.

Regards,
Martin
Apr 4 '07 #7
On Apr 4, 5:04 pm, "Martin v. Löwis" <mar...@v.loewi s.dewrote:
bhochstet...@gm ail.com schrieb:
I am needing to buildpython2.5 on Windows XP x64 Windows Server 2003
sp1PlatformSDKa nd am not finding anything documented on the process
to use. Has anyone had any success with this?

I did - I built the official binaries with it.
If so has anyone
documented it? The documentation that resides in pcbuild/readme.txt is
not helpful at all.

Did you try to follow it? If so, what precisely did you fail at?

[in another message]
This doc has not been updated since the 64 bit compilers came out
officially.

That is not true. The documentation was last updated on 2006-07-14,
which is after an AMD-64SDKwas released.
It doesn't make a whole lot of sense of what steps you
should follow to buildpython. I saw a link on the comp.lang.pytho n
that had the steps, but that link doesn't go anywhere now. I had to
jump through some hoops to get it to build on VC 2005 64 bit, but that
at least had an IDE to use

If you use vsextcomp, you also have an IDE to do the build. This
is indeed how the official AMD-64 binaries forPython2.5 were
produced.

Regards,
Martin
I guess I am a little confused on the directions for the vsextcomp. I
don't see an IDE for the vsextcomp. Do you know of any explicit
directions on how to do this build?

Apr 11 '07 #8
I guess I am a little confused on the directions for the vsextcomp. I
don't see an IDE for the vsextcomp. Do you know of any explicit
directions on how to do this build?
Can you please explicitly say what step you did and at what precise
step you failed?

0. Install VS 2003
1. Install vsextcomp
2. open VS 2003
3. open the project files in PCbuild
4. select the AMD64 target
5. run build

HTH,
Martin
Apr 11 '07 #9

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

Similar topics

7
7189
by: Carl Waldbieser | last post by:
I tried to adapt the instructions for building the M2Crypto module (http://sandbox.rulemaker.net/ngps/m2/INSTALL.html) to build a version compatible with Python2.3, but I've had some mixed results. I actually got everything to build and install, but when I try to import M2Crypto-- well, here is a sample session: >>> import M2Crypto Traceback (most recent call last): File "<interactive input>", line 1, in ? File...
2
1814
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 that "long" is not large enough to hold an address.
7
3214
by: lvpaul | last post by:
Hallo ! I am using IIS-Windows-Authentication in my intranet (web.config <authentication mode="Windows" /> <identity impersonate="true" /> How can I get the users (client) IP-Address ? I think the username can be read with user.identity.name.
48
4960
by: meyer | last post by:
Hi everyone, which compiler will Python 2.5 on Windows (Intel) be built with? I notice that Python 2.4 apparently has been built with the VS2003 toolkit compiler, and I read a post from Scott David Daniels where he said that probably the VS2003 toolkit will be used for Python 2.5 again. However, even before the release of Python 2.5, I cannot seem to find many retailers around here that still carry Visual Studio 2003, and some were a...
0
4592
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 349 open ( +7) / 3737 closed (+25) / 4086 total (+32) Bugs : 939 open (-12) / 6648 closed (+60) / 7587 total (+48) RFE : 249 open ( -8) / 278 closed (+12) / 527 total ( +4) New / Reopened Patches ______________________
2
2997
by: fabian.conrad | last post by:
Hi,. I am trying to build a multithreaded dll file, as I am new to that sort of things I've followed a tutorial step by step but still can't get things to work. I am using Visual C++ 2005 Express Edition and have installed the Microsoft Platform SDK for Windows Server 2003 SP1. When I am building my project I am getting the following error log: 1>------ Build started: Project: my_array, Configuration: Release Win32 ------ 1>Compiling......
5
2661
by: danfike | last post by:
Hi all, So I'm working on a C++ application that will eventually embed or extend Python using Boost.Python, but I first need to get Python compiled correctly for my platform. I've got a Windows Vista 64-bit machine with a Core 2 processor, and I'm compiling with a VC8. I downloaded the Python 2.5.1 source from python.org, and I opened the Visual Studio solution file that was in the PCbuild8 directory. I created a new x64 platform and...
15
3229
by: kyosohma | last post by:
Hi, I am trying to get a small group of volunteers together to create Windows binaries for any Python extension developer that needs them, much like the package/extension builders who volunteer their time to create Linux RPMs. The main thing I need are people willing to test the binaries to make sure the extension is stable. This would require installing the binary and probably downloading the source too to get the developer's test
1
2153
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 the port, I see that ctypes was not included with the Itanium Python 2.5.2 release. I need to compile that module for that release and platform, but I have been unable to discover which MS compiler version and runtime was used to generate the...
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10136
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9979
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7525
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6765
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5415
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5548
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3695
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2906
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.