Friday, June 12, 2009
Python Setup Tools 2.6
Setting up "easy-setup" (haha, not so easy!) for python 2.6 under windows is a bit of a convoluted process.
These are the steps:
1. Install Python.
2. Download the python egg file
3. Download ez_setup.py (Takes a while till you find a working one!)
You may wish to place it into your python 'scripts' folder first.
Then run the python program "ez_setup setuptools-0.6c9-py2.6.egg".
Now you can use any setup script that relies on easy setup.
Subscribe to:
Post Comments (Atom)
1 comment:
It works. Thank you.
Post a Comment