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> -- http://mail.python.org/mailman/listinfo/python-list