> It seems that quite a lot of people wondered why python doesn't set
> the environment variable to Python Path in the default installation.

For several reasons, one being that it's not needed. Just run setup.py
as a program, i.e. don't do

python setup.py install

but instead do

setup.py install

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to