Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1bf59597
Commit
1bf59597
authored
Jun 29, 2006
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch #1509163: MS Toolkit Compiler no longer available
parent
bde08132
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
Misc/NEWS
Misc/NEWS
+5
-0
PCbuild/readme.txt
PCbuild/readme.txt
+10
-1
No files found.
Misc/NEWS
View file @
1bf59597
...
@@ -57,6 +57,11 @@ Tests
...
@@ -57,6 +57,11 @@ Tests
- Call os.waitpid() at the end of tests that spawn child processes in order
- Call os.waitpid() at the end of tests that spawn child processes in order
to minimize resources (zombies).
to minimize resources (zombies).
Documentation
-------------
- Patch #1509163: MS Toolkit Compiler no longer available.
What'
s
New
in
Python
2.5
beta
1
?
What'
s
New
in
Python
2.5
beta
1
?
================================
================================
...
...
PCbuild/readme.txt
View file @
1bf59597
...
@@ -280,12 +280,21 @@ The build process for Visual C++ can be used almost unchanged with the free MS
...
@@ -280,12 +280,21 @@ The build process for Visual C++ can be used almost unchanged with the free MS
Toolkit Compiler. This provides a way of building Python using freely
Toolkit Compiler. This provides a way of building Python using freely
available software.
available software.
Note that Microsoft have withdrawn the free MS Toolkit Compiler, so this can
no longer be considered a supported option. The instructions are still
correct, but you need to already have a copy of the compiler in order to use
them. Microsoft now supply Visual C++ 2005 Express Edition for free, but this
is NOT compatible with Visual C++ 7.1 (it uses a different C runtime), and so
cannot be used to build a version of Python compatible with the standard
python.org build. If you are interested in using Visual C++ 2005 Express
Edition, however, you should look at the PCBuild8 directory.
Requirements
Requirements
To build Python, the following tools are required:
To build Python, the following tools are required:
* The Visual C++ Toolkit Compiler
* The Visual C++ Toolkit Compiler
from http://msdn.microsoft.com/visualc/vctoolkit2003/
no longer available for download - see above
* A recent Platform SDK
* A recent Platform SDK
from http://www.microsoft.com/downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a
from http://www.microsoft.com/downloads/details.aspx?FamilyID=484269e2-3b89-47e3-8eb7-1f2be6d7123a
* The .NET 1.1 SDK
* The .NET 1.1 SDK
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment