Friday 5 June 2009, 11:28 AM
How to Install Python on Vista?
-> Python cannot run if u install it like u installed in Xp
-> To install Python U have to enable "Hidden Administrator Account" in Vista. this can be done by:
->Run The Elevated Command Prompt.
-> In That Enter the following command:
Net user administrator /active:yes
-> Now Administrator Account is displayed in the welcome
screen.
-> Login into administrator account and run the python setup.
-> Install it for all Users.
-> After The installation over start "IDLE (Python GUI)" and enjoy.
-> To install Python U have to enable "Hidden Administrator Account" in Vista. this can be done by:
->Run The Elevated Command Prompt.
-> In That Enter the following command:
Net user administrator /active:yes
-> Now Administrator Account is displayed in the welcome
screen.
-> Login into administrator account and run the python setup.
-> Install it for all Users.
-> After The installation over start "IDLE (Python GUI)" and enjoy.


