Skip to content.

logo Stackless Python


Personal tools

Download

Source Code

If for some reason, you are not able to obtain the source code from the SVN repository, you can download it directly from here:

Binaries

Unix and Linux users

Binaries are not provided for any of the various versions of Linux or Unix, or for any platforms they may be running on. Please use the SVN repository to compile your own copy of Stackless Python. The directory structure follows that of the main Python repository.

Microsoft Windows users

Complete installations of Stackless Python are not provided for all versions of Python. If this is the case for the version you are interested in, to get it installed you can follow these steps:

  1. Download the appropriate official Python distribution.
  2. Download the zip archive provided here.
  3. Install the official distribution.
  4. Extract the zip archive into the directory where you installed the official distribution.
Python 2.5.2 - Binary Snapshot

Requires: official Python 2.5.2 distribution.

These binary snapshots are built from the current SVN repository. This is the frozen stable status for Python 2.5, uploaded at Sun Feb 24 03:29:13 CET 2008.

Python 2.5.1 - Binary Snapshot

Requires: official Python 2.5.1 distribution.

These binary snapshots are built from the current SVN repository. This is the frozen stable status for Python 2.5, uploaded at Tue May 01 14:43:00 2007.

Python 2.5 - Binary Snapshot

Requires: official Python 2.5 distribution.

These binary snapshots are built from the current SVN repository. This is the frozen stable status for Python 2.5, uploaded at Thu Jan 25 20:51:00 2007.

Python 2.4 - Binary Snapshot

Requires: official Python 2.4.4 distribution.

These binary snapshots are built from the current SVN repository. This is the frozen stable status for Python 2.4, uploaded at Sat Jan 27 20:59:00 2007.

Microsoft Windows users - Earlier versions of Python

Complete installations of Stackless Python are not provided. Instead the dlls that comprise the Python runtime with the Stackless changes built in, are. These should replace the files with the same names in your Python installation and are all that is needed for you to obtain a working version of Stackless Python.

There are two ways which you can do this:

  1. Place the Stackless dlls in your PATH before the standard ones.
  2. Directly replace the dlls in your Python installation. If you installed an official installer based Python installation from python.org, you can find the dlls in your WINDOWS directory under the system32 sub-directory. In Windows XP Professional, this will be WINDOWS\system32. Even if the WINDOWS directory is named differently in your version of Microsoft Windows, they will most likely be installed in the system32 sub-directory within it.
Python 2.3

Requires: official Python 2.3.3 distribution.

These binary snapshots are built from the current CVS tree. This is the frozen stable status for Python 2.3, uploaded at Wed Apr 07 21:30:18 2004.

Python 2.2

These binary snapshots are built from the current CVS tree. This is the frozen final status for Python 2.2. This version is going to be deprecated in a small while.

 

Powered by Plone