Help installing Python Constraints

Fredrik Lundh fredrik at pythonware.com
Mon Sep 19 03:23:24 EDT 2005


Levi Self wrote:

> Can someone help me figure out how to install Python Constraints on Windows?
> I have Python 2.4

it seems to have a standard setup file, which means that you can install
in the same way as you'd install any other source kit:

1) unpack the source archive to some temporary directory

2) change to the directory which contains the setup.py file,
and run

    > python setup.py install

3) (optionally) remove the temporary source directory

for more information on installation from setup files, see:

    http://docs.python.org/inst/inst.html

</F>






More information about the Python-list mailing list